• 大小: 1.05MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-27
  • 语言: Java
  • 标签: Android  

资源简介

Android 仿苹果通话界面源码.外观看起来和苹果设备的通话界面一模一样。亲~下载下载试试吧!

资源截图

代码片段和文件信息

/*
 * This file is auto-generated.  DO NOT MODIFY.
 * Original file: C:\\Users\\Phantom\\workspace\\PhoneUI\\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 instead.  
  * {@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 = (android.os.IInterface)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);
}
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_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_enableDataConnectivity:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.enableDataConnectivity();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_disableDataConnectivity:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.disableDataConnectivity();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_isDataConnectivityPossible:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.isDataConnectivityPossible();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
}
return super.onTransact(code data reply flags);
}
private static class Proxy implements com.android.internal.telephony.ITelephony
{
private android.os.IBinder mRemote;
Proxy(android.os.IBinder remote)
{
mRemote = remote;
}
public android.os.IBinder asBinder()
{
return mRemote;
}
public java.lang.String getInterfaceD

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-11-16 14:02  PhoneUI\
     文件         364  2012-11-16 13:18  PhoneUI\.classpath
     文件         843  2012-11-16 13:18  PhoneUI\.project
     目录           0  2012-11-16 13:18  PhoneUI\.settings\
     文件         177  2012-11-16 13:18  PhoneUI\.settings\org.eclipse.jdt.core.prefs
     文件        1997  2012-11-16 19:24  PhoneUI\AndroidManifest.xml
     目录           0  2012-11-16 13:18  PhoneUI\assets\
     目录           0  2012-11-16 20:10  PhoneUI\bin\
     目录           0  2012-11-16 13:21  PhoneUI\bin\aidl\
     目录           0  2012-11-16 13:21  PhoneUI\bin\aidl\com\
     目录           0  2012-11-16 13:21  PhoneUI\bin\aidl\com\android\
     目录           0  2012-11-16 13:21  PhoneUI\bin\aidl\com\android\internal\
     目录           0  2012-11-16 13:21  PhoneUI\bin\aidl\com\android\internal\telephony\
     文件        1519  2012-11-16 13:21  PhoneUI\bin\aidl\com\android\internal\telephony\ITelephony.aidl
     文件        1997  2012-11-16 19:24  PhoneUI\bin\AndroidManifest.xml
     目录           0  2012-11-16 19:03  PhoneUI\bin\classes\
     文件      343360  2012-11-16 20:10  PhoneUI\bin\classes.dex
     目录           0  2012-11-16 19:03  PhoneUI\bin\classes\com\
     目录           0  2012-11-16 19:03  PhoneUI\bin\classes\com\android\
     目录           0  2012-11-16 19:03  PhoneUI\bin\classes\com\android\internal\
     目录           0  2012-11-16 19:03  PhoneUI\bin\classes\com\android\internal\telephony\
     文件        2478  2012-11-16 19:03  PhoneUI\bin\classes\com\android\internal\telephony\ITelephony$Stub$Proxy.class
     文件        2451  2012-11-16 19:03  PhoneUI\bin\classes\com\android\internal\telephony\ITelephony$Stub.class
     文件        1519  2012-11-14 12:51  PhoneUI\bin\classes\com\android\internal\telephony\ITelephony.aidl
     文件         508  2012-11-16 19:03  PhoneUI\bin\classes\com\android\internal\telephony\ITelephony.class
     目录           0  2012-11-16 19:03  PhoneUI\bin\classes\com\example\
     目录           0  2012-11-16 20:09  PhoneUI\bin\classes\com\example\phoneui\
     文件         347  2012-11-16 19:03  PhoneUI\bin\classes\com\example\phoneui\BuildConfig.class
     文件        1557  2012-11-16 19:03  PhoneUI\bin\classes\com\example\phoneui\Notic$itemshort.class
     文件        1405  2012-11-16 19:03  PhoneUI\bin\classes\com\example\phoneui\Notic$Task.class
     文件        6527  2012-11-16 19:03  PhoneUI\bin\classes\com\example\phoneui\Notic.class
............此处省略92个文件信息

评论

共有 条评论