Searched refs:asInterface (Results 76 - 100 of 299) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java77 final INetworkPolicyManager policyService = INetworkPolicyManager.Stub.asInterface(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java40 mBarService = IStatusBarService.Stub.asInterface(
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java51 mService = IConnectivityManager.Stub.asInterface(
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java47 mStatsService = INetworkStatsService.Stub.asInterface(
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java76 mModelManagementService = IVoiceInteractionManagerService.Stub.asInterface(
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java60 mAlarmService = Alarm.Stub.asInterface(service);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java396 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
437 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
463 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
488 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java43 static public IBulkCursor asInterface(IBinder obj) method in class:BulkCursorNative
92 IContentObserver.Stub.asInterface(data.readStrongBinder());
/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java68 mService = ISessionManager.Stub.asInterface(b);
124 .asInterface(binders.get(i)));
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java275 mCameraServiceRaw = ICameraService.Stub.asInterface(cameraServiceBinder);
316 INfcAdapter nfcAdapterRaw = INfcAdapter.Stub.asInterface(nfcServiceBinder);
/frameworks/base/services/core/java/com/android/server/policy/
H A DEnableAccessibilityController.java78 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface(
82 .Stub.asInterface(ServiceManager.getService("accessibility"));
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java398 ActivityManagerNative.asInterface(ServiceManager.checkService("activity"));
441 final IMountService mount = IMountService.Stub.asInterface(
505 INfcAdapter.Stub.asInterface(ServiceManager.checkService("nfc"));
507 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
509 IBluetoothManager.Stub.asInterface(ServiceManager.checkService(
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java52 static public IContentProvider asInterface(IBinder obj) method in class:ContentProviderNative
107 IContentObserver observer = IContentObserver.Stub.asInterface(
109 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface(
235 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
258 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
309 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
713 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface(
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java48 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java86 mTelecomService = ITelecomService.Stub.asInterface(
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java106 mService = IStatusBarService.Stub.asInterface(
/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java67 sService = IBackupManager.Stub.asInterface(
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java224 mSystemService = IVoiceInteractionManagerService.Stub.asInterface(
/frameworks/base/core/java/android/view/
H A DWindowId.java222 mToken = IWindowId.Stub.asInterface(target);
/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java74 sService = ITextServicesManager.Stub.asInterface(b);
/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderThreadPriorityTest.java41 mService = IBinderThreadPriorityService.Stub.asInterface(service);
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java249 mService = IMediaScannerService.Stub.asInterface(service);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java124 IUsbManager service = IUsbManager.Stub.asInterface(b);
H A DUsbResolverActivity.java100 IUsbManager service = IUsbManager.Stub.asInterface(b);
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java81 public IConditionProvider asInterface() { method in class:CountdownConditionProvider

Completed in 631 milliseconds

1234567891011>>