资源简介
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平台的移动滑板游戏的设计
- android书架,可以拖动的书籍
- Android 斗地主源码264938
- Android版学生选课系统(数据存储用的
- android仿飘雪花小程序
- 基于Android平台的塔防游戏设计毕业论
- Android+仿微信实现搜索
- android 计算器GridView实现
- Android用GridView排列相册,实现微信选
- 1024181AndroidSwitch.rar
- Android 日历+记事本+提醒
- Android 百度地图 SDK v3_3_0 五 ---POI搜索
- Android 百度地图 SDK v3.3.0 二 地图定位
- Android更换主题一键换肤源码
- Android Multipart实现多附件上传
- android上传图片到服务器,asp.net端接收
- Android PHP JSON 实现登陆注册功能
- android jp2图片解码库和demo
- Android SQLite数据库操作Demo
- Android 视频音频播放 demo
- JSON从服务器数据到Android客户端
- Android studio实现折线图
- android电子拍卖
- Android百度地图画运动轨迹和GPS定位
- android 实现校园二手交易
- Android贪吃蛇程序代码分享
- Android开发小程序:A、B应用实现数据
- Android表情文字EmotionText
- android在线订餐项目源码
- 接苹果Android小游戏源码
评论
共有 条评论