JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
android.os
Interface IInterface
All Known Subinterfaces:
IActivityManager
,
IApplicationThread
,
IBulkCursor
,
IContentProvider
,
IMountService
,
IMountServiceListener
,
IMountShutdownObserver
,
IObbActionListener
,
IServiceManager
All Known Implementing Classes:
ActivityManagerNative
,
ActivityManagerService
,
ApplicationThreadNative
,
BulkCursorNative
,
ContentProviderNative
,
CursorToBulkCursorAdaptor
,
IMountService.Stub
,
IMountServiceListener.Stub
,
IMountShutdownObserver.Stub
,
IObbActionListener.Stub
,
MockIContentProvider
,
ServiceManagerNative
public interface
IInterface
Base class for Binder interfaces. When defining a new interface, you must derive it from IInterface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
IBinder
asBinder
()
Retrieve the Binder object associated with this interface.
Method Detail
asBinder
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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method