HomeSort by relevance Sort by last modified time
    Searched defs:asInterface (Results 1 - 14 of 14) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
ITextServicesManager_Stub_Delegate.java 39 public static ITextServicesManager asInterface(IBinder obj) {
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 43 static public IBulkCursor asInterface(IBinder obj)
92 IContentObserver.Stub.asInterface(data.readStrongBinder());
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 24 * care about getDefault() and possibly asInterface().
33 static public IServiceManager asInterface(IBinder obj)
91 = IPermissionController.Stub.asInterface(
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 45 public static IMountServiceListener asInterface(IBinder obj) {
IMountShutdownObserver.java 44 public static IMountShutdownObserver asInterface(IBinder obj) {
IObbActionListener.java 45 public static IObbActionListener asInterface(IBinder obj) {
IMountService.java     [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 54 set(IParcelFileDescriptorPeer.Stub.asInterface(service));
  /frameworks/base/core/java/android/security/
IKeystoreService.java 513 public static IKeystoreService asInterface(IBinder obj) {
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 52 static public IContentProvider asInterface(IBinder obj)
107 IContentObserver observer = IContentObserver.Stub.asInterface(
109 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface(
228 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
250 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
301 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
703 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface(
  /packages/services/Telephony/src/com/android/phone/
CallHandlerServiceProxy.java 288 onCallHandlerServiceConnected(ICallHandlerService.Stub.asInterface(service));
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 50 static public IApplicationThread asInterface(IBinder obj) {
274 IInstrumentationWatcher testWatcher = IInstrumentationWatcher.Stub.asInterface(binder);
277 IUiAutomationConnection.Stub.asInterface(binder);
384 IIntentReceiver receiver = IIntentReceiver.Stub.asInterface(
    [all...]
ActivityManagerNative.java 59 static public IActivityManager asInterface(IBinder obj) {
122 IApplicationThread app = ApplicationThreadNative.asInterface(b);
147 IApplicationThread app = ApplicationThreadNative.asInterface(b);
173 IApplicationThread app = ApplicationThreadNative.asInterface(b);
199 IApplicationThread app = ApplicationThreadNative.asInterface(b);
222 IApplicationThread app = ApplicationThreadNative.asInterface(b);
304 b != null ? ApplicationThreadNative.asInterface(b) : null;
308 = b != null ? IIntentReceiver.Stub.asInterface(b) : null;
330 IIntentReceiver rec = IIntentReceiver.Stub.asInterface(b);
341 b != null ? ApplicationThreadNative.asInterface(b) : null
    [all...]
  /frameworks/base/services/java/com/android/server/print/
UserState.java     [all...]

Completed in 234 milliseconds