Searched refs:asInterface (Results 276 - 300 of 370) sorted by relevance

<<1112131415

/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java699 mRemoteInstance = IPrintSpooler.Stub.asInterface(service);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java136 mAudioService = IAudioService.Stub.asInterface(
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java1722 return ITelecomService.Stub.asInterface(ServiceManager.getService(Context.TELECOM_SERVICE));
H A DConnection.java1065 .asInterface((IBinder) msg.obj);
1081 .asInterface((IBinder) msg.obj);
/frameworks/base/telephony/java/android/telephony/
H A DCarrierConfigManager.java1783 .asInterface(ServiceManager.getService(Context.CARRIER_CONFIG_SERVICE));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java123 mWapPushManager = IWapPushManager.Stub.asInterface(service);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java364 record.service = INotificationSideChannel.Stub.asInterface(iBinder);
/frameworks/base/core/java/android/hardware/
H A DCamera.java256 IAudioService audioService = IAudioService.Stub.asInterface(b);
1569 IAudioService audioService = IAudioService.Stub.asInterface(b);
/frameworks/base/core/java/android/os/
H A DStrictMode.java1834 final INetworkManagementService netd = INetworkManagementService.Stub.asInterface(
2274 return IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java359 mClient = IAutoFillManagerClient.Stub.asInterface(client);
387 mClient = IAutoFillManagerClient.Stub.asInterface(newClient);
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java277 sService = asInterface(b);
1499 mWifiManager = IWifiManager.Stub.asInterface(
H A DActivityManagerShellCommand.java1541 IUsageStatsManager usm = IUsageStatsManager.Stub.asInterface(ServiceManager.getService(
1641 IUsageStatsManager usm = IUsageStatsManager.Stub.asInterface(ServiceManager.getService(
1661 IUsageStatsManager usm = IUsageStatsManager.Stub.asInterface(ServiceManager.getService(
H A DUserController.java781 return IStorageManager.Stub.asInterface(ServiceManager.getService("mount"));
1697 mUserManager = (UserManagerService) IUserManager.Stub.asInterface(b);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1439 return INotificationManager.Stub.asInterface(mService);
4918 return ICompanionDeviceManager.Stub.asInterface(
4985 protected IInterface asInterface(IBinder binder) { method in class:NotificationManagerService.NotificationAssistants
4986 return INotificationListener.Stub.asInterface(binder);
5094 protected IInterface asInterface(IBinder binder) { method in class:NotificationManagerService.NotificationListeners
5095 return INotificationListener.Stub.asInterface(binder);
/frameworks/base/media/java/android/media/
H A DMediaRouter.java120 mAudioService = IAudioService.Stub.asInterface(b);
124 mMediaRouterService = IMediaRouterService.Stub.asInterface(
H A DAudioRecord.java1037 final IAudioService ias = IAudioService.Stub.asInterface(b);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java617 .asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
1919 final IDumpstate dumpstate = IDumpstate.Stub.asInterface(service);
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1523 .asInterface(Binder.allowBlocking(service));
1533 mBluetooth = IBluetooth.Stub.asInterface(Binder.allowBlocking(service));
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java703 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(
707 mBatteryStats = IBatteryStats.Stub.asInterface(ServiceManager.getService(
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java242 mDeviceIdleController = IDeviceIdleController.Stub.asInterface(
244 mBatteryStats = IBatteryStats.Stub.asInterface(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java333 return ISupplicantP2pIface.asInterface(iface.asBinder());
337 return ISupplicantP2pNetwork.asInterface(network.asBinder());
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaControllerCompat.java1279 mBinder = IMediaSession.Stub.asInterface((IBinder) token.getToken());
2067 mediaControllerImpl.mExtraBinder = IMediaSession.Stub.asInterface(
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java282 mService = IWallpaperManager.Stub.asInterface(b);
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java210 mRemoteViewsFactory = IRemoteViewsFactory.Stub.asInterface(service);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java460 return IPackageManager.Stub.asInterface(ServiceManager.getService("package"));

Completed in 743 milliseconds

<<1112131415