English
|
Site Directory
e.g. "intent" or "activity"
e.g. "ajax apis" or "open source"
Android - An Open Handset Alliance Project
Home
Docs
FAQ
Blog
Group
Terms
Documentation
What is Android?
Getting Started
Installing the SDK
Hello Android
Anatomy of an App
Tutorial
Development Tools
Application Life Cycle
Developing Applications
Implementing a UI
Building Blocks
Data Storage and Retrieval
Security Model
Resources and i18n
Developer Toolbox
Design Philosophy
Building Custom Components
Optional APIs
Google APIs and Services
Reference Information
Package Index
Class Index
Class Hierarchy
List of Views
List of Intents
List of Permissions
List of Resource Types
Android IDL
Glossary
Index
Sample Code
API Demos
Lunar Lander
Note Pad
FAQs
General
Common Tasks
Troubleshooting
Open Source Licensing
Application Framework
Goodies
android.os
public interface
android.os.IInterface
android.os.IInterface
Base class for Binder interfaces. When defining a new interface, you must derive it from IInterface.
Known Indirect Subclasses
BluetoothServiceNative
,
IBluetoothService
,
IChatListener
,
IChatListener.Stub
,
IChatSession
,
IChatSession.Stub
,
IContentProvider
,
IGTalkService
,
IGTalkService.Stub
,
IGTalkSession
,
IGTalkSession.Stub
,
IGroupChatInvitationListener
,
IGroupChatInvitationListener.Stub
,
IPhone
,
IPhone.Stub
,
IRosterListener
,
IRosterListener.Stub
,
ISimPhoneBook
,
ISimPhoneBook.Stub
,
ISms
,
ISms.Stub
,
ISyncObserver
,
ISyncObserver.Stub
,
IUsb
,
IUsb.Stub
,
SimPhoneBookInterfaceManager
,
SimSmsInterfaceManager
,
SyncContextTest.IPC.T
BluetoothServiceNative
IBluetoothService
IChatListener
IChatListener interface definition file for chat listener.
IChatListener.Stub
Local-side IPC implementation stub class.
IChatSession
IChatSession interface definition file for chat session.
IChatSession.Stub
Local-side IPC implementation stub class.
IContentProvider
The ipc interface to talk to a content provider.
IGTalkService
IGTalkService interface definition file for GTalk service
IGTalkService.Stub
Local-side IPC implementation stub class.
IGTalkSession
IGTalkSession interface definition file for GTalk session.
IGTalkSession.Stub
Local-side IPC implementation stub class.
IGroupChatInvitationListener
IGroupChatInvitationListener interface definition file for group chat invitation listener.
IGroupChatInvitationListener.Stub
Local-side IPC implementation stub class.
IPhone
Interface for SDK developers to use to control the phone.
IPhone.Stub
Local-side IPC implementation stub class.
IRosterListener
IRosterListener interface definition file for roster and presence listener.
IRosterListener.Stub
Local-side IPC implementation stub class.
ISimPhoneBook
Interface for applications to access the SIM phone book.
ISimPhoneBook.Stub
Local-side IPC implementation stub class.
ISms
Interface for applications to access the SIM phone book.
ISms.Stub
Local-side IPC implementation stub class.
ISyncObserver
ISyncObserver.Stub
Local-side IPC implementation stub class.
IUsb
IUsb.Stub
Local-side IPC implementation stub class.
SimPhoneBookInterfaceManager
SimPhoneBookInterfaceManager to provide an inter-process communication to access ADN-like SIM records.
SimSmsInterfaceManager
SimSmsInterfaceManager to provide an inter-process communication to access Sms in Sim.
SyncContextTest.IPC.T
Summary
Public Methods
IBinder
asBinder
()
Retrieve the Binder object associated with this interface.
Details
Public Methods
public
IBinder
asBinder()
Retrieve the Binder object associated with this interface. You must use this instead of a plain cast, so that proxy objects can return the correct result.
Build m5-rc15g - 14 May 2008 12:50