资源简介
Android项目实战--手机卫士29--杀死后台进程

代码片段和文件信息
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: E:\\Android_workspace\\Security\\src\\com\\android\\internal\\telephony\\ITelephony.aidl
*/
package com.android.internal.telephony;
/**
* Interface used to interact with the phone. Mostly this is used by the
* TelephonyManager class. A few places are still using this directly.
* Please clean them up if possible and use TelephonyManager insteadl.
*
* {@hide}
*/
public interface ITelephony extends android.os.IInterface
{
/** Local-side IPC implementation stub class. */
public static abstract class Stub extends android.os.Binder implements com.android.internal.telephony.ITelephony
{
private static final java.lang.String DEscriptOR = “com.android.internal.telephony.ITelephony“;
/** Construct the stub at attach it to the interface. */
public Stub()
{
this.attachInterface(this DEscriptOR);
}
/**
* Cast an IBinder object into an com.android.internal.telephony.ITelephony interface
* generating a proxy if needed.
*/
public static com.android.internal.telephony.ITelephony asInterface(android.os.IBinder obj)
{
if ((obj==null)) {
return null;
}
android.os.IInterface iin = obj.queryLocalInterface(DEscriptOR);
if (((iin!=null)&&(iin instanceof com.android.internal.telephony.ITelephony))) {
return ((com.android.internal.telephony.ITelephony)iin);
}
return new com.android.internal.telephony.ITelephony.Stub.Proxy(obj);
}
@Override public android.os.IBinder asBinder()
{
return this;
}
@Override public boolean onTransact(int code android.os.Parcel data android.os.Parcel reply int flags) throws android.os.RemoteException
{
switch (code)
{
case INTERFACE_TRANSACTION:
{
reply.writeString(DEscriptOR);
return true;
}
case TRANSACTION_dial:
{
data.enforceInterface(DEscriptOR);
java.lang.String _arg0;
_arg0 = data.readString();
this.dial(_arg0);
reply.writeNoException();
return true;
}
case TRANSACTION_call:
{
data.enforceInterface(DEscriptOR);
java.lang.String _arg0;
_arg0 = data.readString();
this.call(_arg0);
reply.writeNoException();
return true;
}
case TRANSACTION_showCallScreen:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.showCallScreen();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_showCallScreenWithDialpad:
{
data.enforceInterface(DEscriptOR);
boolean _arg0;
_arg0 = (0!=data.readInt());
boolean _result = this.showCallScreenWithDialpad(_arg0);
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_endCall:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.endCall();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_answerRingingCall:
{
data.enforceInterface(DEscriptOR);
this.answerRingingCall();
reply.writeNoException();
return true;
}
case TRANSACTION_silenceRinger:
{
data.enforceInterface(DEscriptOR);
this.silenceRinger();
reply.writeNoException();
return true;
}
case TRANSACTION_isOffhook:
{
data.enforceInterface(DESCR
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 459 2013-08-20 20:48 Security\.classpath
文件 844 2013-08-20 20:48 Security\.project
文件 57 2013-10-16 17:03 Security\.settings\org.eclipse.core.resources.prefs
文件 6847 2013-10-20 10:04 Security\AndroidManifest.xm
文件 41548 2013-10-17 09:17 Security\gen\com\android\internal\telephony\ITelephony.java
文件 162 2013-10-17 09:17 Security\gen\com\xiaobin\security\BuildConfig.java
文件 15158 2013-10-20 10:04 Security\gen\com\xiaobin\security\R.java
文件 51394 2013-08-20 20:48 Security\ic_launcher-web.png
文件 484258 2013-08-20 20:48 Security\libs\android-support-v4.jar
文件 781 2013-08-20 20:48 Security\proguard-project.txt
文件 563 2013-10-17 09:18 Security\project.properties
文件 211 2013-08-31 10:22 Security\res\anim\alpha_in.xm
文件 211 2013-08-31 10:22 Security\res\anim\alpha_out.xm
文件 175 2013-09-14 14:54 Security\res\anim\cycle_7.xm
文件 262 2013-09-14 14:55 Security\res\anim\shake.xm
文件 221 2013-08-31 16:46 Security\res\anim\translate_in.xm
文件 222 2013-08-31 16:46 Security\res\anim\translate_out.xm
文件 12499 2013-08-21 00:19 Security\res\drawable\app.png
文件 415 2013-08-26 01:31 Security\res\drawable\button_normal.xm
文件 378 2013-08-26 01:29 Security\res\drawable\button_selector.xm
文件 2272 2013-09-15 10:08 Security\res\drawable\call_locate_blue.9.png
文件 2245 2013-09-15 10:08 Security\res\drawable\call_locate_gray.9.png
文件 2298 2013-09-15 10:08 Security\res\drawable\call_locate_green.9.png
文件 2299 2013-09-15 10:08 Security\res\drawable\call_locate_orange.9.png
文件 2257 2013-09-15 10:08 Security\res\drawable\call_locate_white.9.png
文件 25952 2013-08-31 10:09 Security\res\drawable\guide2.png
文件 29071 2013-08-31 10:09 Security\res\drawable\guide3.png
文件 10866 2013-08-31 10:09 Security\res\drawable\guide4.png
文件 3064 2013-09-28 11:05 Security\res\drawable\img1.png
文件 3797 2013-09-28 11:05 Security\res\drawable\img2.png
............此处省略162个文件信息
相关资源
- Android手机工具ADB.exe
- adb 1.0.31版本--解决4.3android系统adb of
- AndroidStudio版直连sqlserver
- android带百分比进度条的文件上传,使
- 美食天下项目Android版源码和Web版源码
- Android之自定义ToggleButton使用
- Android非常漂亮的登录界面
- pc与android通过usb socket实现手机通信
- android毕业设计
- 百度地图自定义Markerandroid
- Android分区工具包
- android-support-v4.jar已打包进去源代码
- u-blox_Android_GNSS_Driver_v3.10驱动源码+中
- 个人根据Android移动开发案例详解手写
- android 视频播放器 项目和原码
- Android【动画】【特效】 17种动画特效
- 基于Android智能家居详细设计(经典)
- android通过JDBC连接Mysql数据库
- Android通讯录的源代码
- android 瀑布流Demo
- 指纹传感器FPC1080在android下的驱动
- delphi xe5 android 调用照相机摄像头拍照
- Android手机连连看游戏源码
- android-sdk-windows v2.3离线完整版
- android 底部弹出菜单(带透明背景)
- Android工程模式简介.rar
- Android蓝牙和Cors网络开发源码
- Android powermanger wakelock
- Android v7的一些jar包
- 最新android supportV7包
评论
共有 条评论