资源简介
完全自定义界面的来电秀demo,以各种方式显示自定义界面。详情请看 http://blog.csdn.net/likebamboo/article/details/14449881

代码片段和文件信息
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: D:\\workspace\\PhoneShow\\src\\com\\android\\internal\\telephony\\ITelephony.aidl
*/
package com.android.internal.telephony;
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_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;
}
}
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;
}
@Override public android.os.IBinder asBinder()
{
return mRemote;
}
public java.lang.String getInterfaceDescriptor()
{
return DEscriptOR;
}
@Override public boolean endCall() throws android.os.RemoteException
{
android.os.Parcel _data = android.os.Parcel.obtain();
android.os.Parcel _reply = android.os.Parcel.obtain();
boolean _result;
try {
_data.writeInterfaceToken(DEscriptOR);
mRemote.transact(Stub.TRANSACTION_endCall _data _reply 0);
_reply.readException();
_result = (0!=_reply.readInt());
}
finally {
_reply.recycle();
_data.recycle();
}
return _result;
}
@Override public void answerRingingCall() throws android.os.RemoteException
{
android.os.Parcel _data = android.os.Parcel.obtain();
android.os.Parcel _reply = android.os.Parcel.obtain();
try {
_data.writeInterfaceToken(DEscriptOR);
mRemote.transact(Stub.TRANSACTION_answerRingingCall _data _reply 0);
_reply.readException();
}
finally {
_reply.recycle();
_data.recycle();
}
}
}
static final int TRANSACTION_endCall = (android.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 845 2013-11-04 09:20 .project
文件 2294 2013-11-06 22:30 AndroidManifest.xm
文件 781 2013-11-04 09:20 proguard-project.txt
文件 563 2013-11-05 15:53 project.properties
文件 177 2013-11-04 09:20 .settings\org.eclipse.jdt.core.prefs
文件 127 2013-11-07 09:04 bin\aidl\com\android\internal\telephony\ITelephony.aidl
文件 2294 2013-11-07 09:04 bin\AndroidManifest.xm
文件 1795 2013-11-07 09:04 bin\classes\com\android\internal\telephony\ITelephony$Stub$Proxy.class
文件 2069 2013-11-07 09:04 bin\classes\com\android\internal\telephony\ITelephony$Stub.class
文件 127 2013-11-04 09:24 bin\classes\com\android\internal\telephony\ITelephony.aidl
文件 374 2013-11-07 09:04 bin\classes\com\android\internal\telephony\ITelephony.class
文件 1087 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\adapter\CityAdapter$ViewHolder.class
文件 3333 2013-11-07 09:44 bin\classes\com\likebamboo\phoneshow\adapter\CityAdapter.class
文件 357 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\BuildConfig.class
文件 2784 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\config\ShowPref.class
文件 1325 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\entities\City.class
文件 1369 2013-11-07 09:10 bin\classes\com\likebamboo\phoneshow\MainActivity$1.class
文件 1433 2013-11-07 09:10 bin\classes\com\likebamboo\phoneshow\MainActivity$Showon
文件 4330 2013-11-07 09:44 bin\classes\com\likebamboo\phoneshow\MainActivity.class
文件 1052 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$1.class
文件 2557 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$2.class
文件 898 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$3.class
文件 991 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$4.class
文件 1511 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$5.class
文件 6574 2013-11-07 09:44 bin\classes\com\likebamboo\phoneshow\OverLayActivity.class
文件 938 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver$1.class
文件 1035 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver$2.class
文件 985 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver$3.class
文件 4243 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver.class
文件 358 2013-11-07 12:09 bin\classes\com\likebamboo\phoneshow\R$attr.class
............此处省略136个文件信息
相关资源
- AsyncTask文件控制暂停和继续,在状态
- 汉印A300 CPCL协议 android 热敏打印app(
- 反射组和3d N $$ \\ mathcal {N} $$ 6 SCFT
- 自定义VIewGroup实现仿淘宝商品详情页
- Genymotion-ARM-Translation_v1.1
- 超宽反射波宽的高分子稳定液晶型反
- 长线变频系统反射波过电压振荡的解
- 黑客大曝光:移动应用安全揭秘及防
- superCleanMaster仿360清理大师
- 简易手机通讯录
- 安卓期末项目--记账本app.zip
- 中兴盒子不开启adb情况下抓取日志和
- 手机通讯录
- usb扫描枪数据获取解析
-
两个Strings.xm
l的比较 - NET高级知识点视频
- 论文研究 - 红根藜与秋葵和超级秋葵
- 基于多波束声纳数据与反射模型的水
- 使用Intent拨打电话
- poi导出导入封装使用注解建立实体与
- Φ43和Φ63矩阵QFT模型具有反射正两
- 安卓项目英汉词典
- 实现了基础的登录页面,支持记住密
- 移动应用开发课程设计
- ListView应用
- 移动点餐系统 新手学习。。。。
- 基于安卓开发的校园通移动应用.rar
- 基于移动平台的轻博客系统开发与设
- 使用canvas画线,位移,旋转,绘制五
- QXDM user guide
评论
共有 条评论