Searched defs:asInterface (Results 1 - 10 of 10) sorted by path

/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java55 static public IActivityManager asInterface(IBinder obj) { method in class:ActivityManagerNative
117 IApplicationThread app = ApplicationThreadNative.asInterface(b);
143 IApplicationThread app = ApplicationThreadNative.asInterface(b);
169 IApplicationThread app = ApplicationThreadNative.asInterface(b);
192 IApplicationThread app = ApplicationThreadNative.asInterface(b);
261 b != null ? ApplicationThreadNative.asInterface(b) : null;
265 = b != null ? IIntentReceiver.Stub.asInterface(b) : null;
286 IIntentReceiver rec = IIntentReceiver.Stub.asInterface(b);
297 b != null ? ApplicationThreadNative.asInterface(b) : null;
302 b != null ? IIntentReceiver.Stub.asInterface(
[all...]
H A DApplicationThreadNative.java50 static public IApplicationThread asInterface(IBinder obj) { method in class:ApplicationThreadNative
268 IInstrumentationWatcher testWatcher = IInstrumentationWatcher.Stub.asInterface(binder);
357 IIntentReceiver receiver = IIntentReceiver.Stub.asInterface(
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java55 static public IContentProvider asInterface(IBinder obj) method in class:ContentProviderNative
109 IContentObserver observer = IContentObserver.Stub.asInterface(
360 IBulkCursor bulkCursor = BulkCursorNative.asInterface(reply.readStrongBinder());
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java43 static public IBulkCursor asInterface(IBinder obj) method in class:BulkCursorNative
112 IContentObserver.Stub.asInterface(data.readStrongBinder());
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java22 * care about getDefault() and possibly asInterface().
31 static public IServiceManager asInterface(IBinder obj) method in class:ServiceManagerNative
88 = IPermissionController.Stub.asInterface(
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java788 public static IMountService asInterface(IBinder obj) { method in class:IMountService.Stub
819 listener = IMountServiceListener.Stub.asInterface(data.readStrongBinder());
827 listener = IMountServiceListener.Stub.asInterface(data.readStrongBinder());
1000 observer = IMountShutdownObserver.Stub.asInterface(data
1019 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());
1033 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());
H A DIMountServiceListener.java45 public static IMountServiceListener asInterface(IBinder obj) { method in class:IMountServiceListener.Stub
H A DIMountShutdownObserver.java44 public static IMountShutdownObserver asInterface(IBinder obj) { method in class:IMountShutdownObserver.Stub
H A DIObbActionListener.java45 public static IObbActionListener asInterface(IBinder obj) { method in class:IObbActionListener.Stub
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java39 public static ITextServicesManager asInterface(IBinder obj) { method in class:ITextServicesManager_Stub_Delegate

Completed in 744 milliseconds