资源简介

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.xml

     文件      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.xml

     文件        211  2013-08-31 10:22  Security\res\anim\alpha_out.xml

     文件        175  2013-09-14 14:54  Security\res\anim\cycle_7.xml

     文件        262  2013-09-14 14:55  Security\res\anim\shake.xml

     文件        221  2013-08-31 16:46  Security\res\anim\translate_in.xml

     文件        222  2013-08-31 16:46  Security\res\anim\translate_out.xml

     文件      12499  2013-08-21 00:19  Security\res\drawable\app.png

     文件        415  2013-08-26 01:31  Security\res\drawable\button_normal.xml

     文件        378  2013-08-26 01:29  Security\res\drawable\button_selector.xml

     文件       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个文件信息

评论

共有 条评论