资源简介
http://blog.csdn.net/zjngogo
代码片段和文件信息
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: D:\\Android_Studio\\Android_Studio\\MobileSafe\\app\\src\\main\\aidl\\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_isOffhoo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 98 2015-11-27 17:38 MobileSafe\.gitignore
文件 31 2015-11-27 17:40 MobileSafe\.gradle\2.4\taskArtifacts\cache.properties
文件 17 2015-12-26 12:16 MobileSafe\.gradle\2.4\taskArtifacts\cache.properties.lock
文件 147991 2015-12-26 12:16 MobileSafe\.gradle\2.4\taskArtifacts\fileHashes.bin
文件 15136894 2015-12-26 12:16 MobileSafe\.gradle\2.4\taskArtifacts\fileSnapshots.bin
文件 19712 2015-12-18 20:57 MobileSafe\.gradle\2.4\taskArtifacts\outputFileStates.bin
文件 83783 2015-12-26 12:16 MobileSafe\.gradle\2.4\taskArtifacts\taskArtifacts.bin
文件 10 2015-11-27 17:38 MobileSafe\.idea\.name
文件 686 2015-11-27 17:38 MobileSafe\.idea\compiler.xm
文件 76 2015-11-27 17:38 MobileSafe\.idea\copyright\profiles_settings.xm
文件 159 2015-11-27 17:40 MobileSafe\.idea\encodings.xm
文件 702 2015-11-27 17:39 MobileSafe\.idea\gradle.xm
文件 784 2015-12-26 10:34 MobileSafe\.idea\libraries\appcompat_v7_23_1_0.xm
文件 541 2015-12-26 10:34 MobileSafe\.idea\libraries\support_annotations_23_1_0.xm
文件 926 2015-12-26 10:34 MobileSafe\.idea\libraries\support_v4_23_1_0.xm
文件 229 2015-12-26 10:34 MobileSafe\.idea\libraries\xUtils_2_6_14.xm
文件 2226 2015-12-26 10:35 MobileSafe\.idea\misc.xm
文件 357 2015-11-27 17:40 MobileSafe\.idea\modules.xm
文件 564 2015-11-27 17:40 MobileSafe\.idea\runConfigurations.xm
文件 164 2015-11-27 17:38 MobileSafe\.idea\vcs.xm
文件 198790 2015-12-26 12:19 MobileSafe\.idea\workspace.xm
文件 8 2015-11-27 17:38 MobileSafe\app\.gitignore
文件 7694 2015-12-16 17:09 MobileSafe\app\app.iml
文件 41580 2015-12-18 20:53 MobileSafe\app\build\generated\source\aidl\debug\com\android\internal\telephony\ITelephony.java
文件 467 2015-12-18 20:54 MobileSafe\app\build\generated\source\buildConfig\androidTest\debug\mobilesafe\zjn\mobilesafe\test\BuildConfig.java
文件 457 2015-12-18 20:53 MobileSafe\app\build\generated\source\buildConfig\debug\mobilesafe\zjn\mobilesafe\BuildConfig.java
文件 85159 2015-12-26 12:15 MobileSafe\app\build\generated\source\r\debug\android\support\v7\appcompat\R.java
文件 392314 2015-12-26 12:15 MobileSafe\app\build\generated\source\r\debug\mobilesafe\zjn\mobilesafe\R.java
文件 3746816 2015-12-18 20:53 MobileSafe\app\build\intermediates\assets\debug\address.db
文件 179200 2015-12-23 13:58 MobileSafe\app\build\intermediates\assets\debug\antivirus.db
............此处省略1903个文件信息
评论
共有 条评论