资源简介
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.xm
目录 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.xm
目录 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个文件信息
- 上一篇:java json包 包含所有依赖包
- 下一篇:免费java固定资产管理系统
相关资源
- Android根据城市中文名称获取天气信息
- android 九宫格滑动解锁源码 androidStu
- 打开摄像头并在预览画面上显示传感
- Android高仿QQ搜索框动画效果
-
android中Webview与ja
vasc ript的交互互 - android自定义CountDownView
- android 使用HttpsURLConnection方式的SSL双向
- Android美工坊--一个QQ登录验证的小
- 仿微信朋友圈android源代码,亲测可用
- Android 滚动的日期时间选择控件
- Android漂亮好看的登陆,注册界面!程
- android SDK1.5 电子词典设计与实现
- Android模拟器躲避的检测与应对 解压密
- android-support-v4-26 分包 v26+ 全
- 《疯狂Android讲义》学习笔记思维导图
- 基于Android的手机卫士开发与实现系统
- Android闹钟APP源码
- android简单天气预报
- Android基于eclipse的学生信息管理系统
- Android 课程设计
- android脸萌app源码
- 基于android平台的手机邮箱开发(源码
- android模块化,组件化
- Android studio 小游戏 代码 蛇吃果
- gdal for android 开发包
- Android游戏开发从入门到精通全+代码
- ListView多选操作
- android数据传输RSA加密DEMO
- 论文基于Android的音乐播放器的设计与
- android support V4 v7 v13 lib库包
评论
共有 条评论