• 大小: 2.43MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-18
  • 语言: Java
  • 标签: android  

资源简介

[安卓开源]ImiFirewall.zip

资源截图

代码片段和文件信息

/*
 * This file is auto-generated.  DO NOT MODIFY.
 * Original file: D:\\Workspaces\\Eclipse\\imiFirewall\\src\\com\\android\\internal\\telephony\\ITelephony.aidl
 */
package com.android.internal.telephony;
/* * Copyright (C) 2007 The Android Open Source Project
* * Licensed under the Apache License Version 2.0 (the “License“);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* * [url=http://www.apache.org/licenses/LICENSE-2.0]http://www.apache.org/licenses/LICENSE-2.0[/url]
* * Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*//**
* 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_endCall:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.endCall();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_isIdle:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.isIdle();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_isOffhook:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.isOffhook();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_isRisinging:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.isRisinging();
reply.writ

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-11-08 19:31  imiFirewall\
     文件         541  2013-10-14 11:50  imiFirewall\.classpath
     文件         353  2013-10-13 22:32  imiFirewall\.classpath.bak
     目录           0  2013-11-08 19:31  imiFirewall\.git\
     文件         328  2013-10-13 22:33  imiFirewall\.git\config
     文件          73  2013-10-13 22:32  imiFirewall\.git\description
     文件          85  2013-10-13 22:32  imiFirewall\.git\FETCH_HEAD
     文件          23  2013-10-13 22:32  imiFirewall\.git\HEAD
     目录           0  2013-11-08 19:31  imiFirewall\.git\hooks\
     文件         452  2013-10-13 22:32  imiFirewall\.git\hooks\applypatch-msg.sample
     文件         896  2013-10-13 22:32  imiFirewall\.git\hooks\commit-msg.sample
     文件         160  2013-10-13 22:32  imiFirewall\.git\hooks\post-commit.sample
     文件         552  2013-10-13 22:32  imiFirewall\.git\hooks\post-receive.sample
     文件         189  2013-10-13 22:32  imiFirewall\.git\hooks\post-update.sample
     文件         398  2013-10-13 22:32  imiFirewall\.git\hooks\pre-applypatch.sample
     文件        1635  2013-10-13 22:32  imiFirewall\.git\hooks\pre-commit.sample
     文件        1348  2013-10-13 22:32  imiFirewall\.git\hooks\pre-push.sample
     文件        4951  2013-10-13 22:32  imiFirewall\.git\hooks\pre-rebase.sample
     文件        1239  2013-10-13 22:32  imiFirewall\.git\hooks\prepare-commit-msg.sample
     文件        3611  2013-10-13 22:32  imiFirewall\.git\hooks\update.sample
     文件       30448  2013-10-13 22:38  imiFirewall\.git\index
     目录           0  2013-11-08 19:31  imiFirewall\.git\info\
     文件         240  2013-10-13 22:32  imiFirewall\.git\info\exclude
     目录           0  2013-11-08 19:31  imiFirewall\.git\logs\
     文件         131  2013-10-13 22:32  imiFirewall\.git\logs\HEAD
     目录           0  2013-11-08 19:31  imiFirewall\.git\logs\refs\
     目录           0  2013-11-08 19:31  imiFirewall\.git\logs\refs\heads\
     文件         131  2013-10-13 22:32  imiFirewall\.git\logs\refs\heads\master
     目录           0  2013-11-08 19:31  imiFirewall\.git\logs\refs\remotes\
     目录           0  2013-11-08 19:31  imiFirewall\.git\logs\refs\remotes\origin\
     文件         171  2013-10-13 22:32  imiFirewall\.git\logs\refs\remotes\origin\master
............此处省略411个文件信息

评论

共有 条评论