Home
last modified time | relevance | path

Searched refs:getBinderService (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateManagerServiceTest.java145 mService.getBinderService().registerCallback(callback); in supportedStatesChanged()
166 mService.getBinderService().registerCallback(callback); in supportedStatesChanged_statesRemainSame()
191 DeviceStateInfo info = mService.getBinderService().getDeviceStateInfo(); in getDeviceStateInfo()
203 mService.getBinderService().registerCallback(callback); in registerCallback()
238 mService.getBinderService().registerCallback(callback); in registerCallback_emitsInitialValue()
249 mService.getBinderService().registerCallback(callback); in requestState()
255 mService.getBinderService().requestState(token, OTHER_DEVICE_STATE.getIdentifier(), in requestState()
273 mService.getBinderService().cancelRequest(token); in requestState()
293 mService.getBinderService().registerCallback(callback); in requestState_pendingStateAtRequest()
304 mService.getBinderService().requestState(firstRequestToken, in requestState_pendingStateAtRequest()
[all …]
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
DRestrictionsManagerService.java66 mUm = (IUserManager) getBinderService(Context.USER_SERVICE); in RestrictionsManagerImpl()
67 mDpm = (IDevicePolicyManager) getBinderService(Context.DEVICE_POLICY_SERVICE); in RestrictionsManagerImpl()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java450 protected final IBinder getBinderService(String name) { in getBinderService() method in SystemService
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java86 when(mMockService.getBinderService()).thenReturn(mMockBinderService); in setUp()
DNotificationListenersTest.java86 when(mNm.getBinderService()).thenReturn(mINm); in setUp()
DNotificationAssistantsTest.java97 when(mNm.getBinderService()).thenReturn(mINm); in setUp()
DNotificationManagerServiceTest.java585 mBinderService = mService.getBinderService(); in setUp()
1814 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_NoClearFlag()
1896 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag()
1921 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()
2047 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter()
2112 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_OnGoingFlag()
2137 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter()
5845 mService.getBinderService().clearData("device", 0, false); in clearMultipleDefaultAssistantPackagesShouldEnableOnlyOne()
5927 service.getBinderService().clearData("package", userId, false); in testNASSettingUpgrade_userSetDifferentDefault_showOnboarding()
6034 service.getBinderService().clearData("package", userId, false); in testNASSettingUpgrade_clearDataAfterMigrationIsDone()
[all …]
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java737 IBinder cameraServiceBinder = getBinderService(CAMERA_SERVICE_BINDER_NAME); in getCameraServiceRawLocked()
970 IBinder nfcServiceBinder = getBinderService(NFC_SERVICE_BINDER_NAME); in notifyNfcService()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java121 mBinderService = service.getBinderService(); in NotificationShellCmd()
DNotificationManagerService.java922 getBinderService().setNotificationPolicyAccessGranted(packageName, true); in allowDndPackage()
931 getBinderService().setNotificationListenerAccessGrantedForUser(cn, in allowNotificationListener()
2953 INotificationManager getBinderService() {
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerService.java245 IDeviceStateManager getBinderService() { in getBinderService() method in DeviceStateManagerService
/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerService.java112 IBinder mediaResourceManagerBinder = getBinderService("media.resource_manager"); in onStart()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java5104 IAlarmManager getBinderService() { in getBinderService() method in AlarmManagerService.ShellCmd
5119 return (getBinderService().setTime(millis)) ? 0 : -1; in onCommand()
5122 getBinderService().setTimeZone(tz); in onCommand()
5125 final int version = getBinderService().getConfigVersion(); in onCommand()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java1224 IVrManager vrManager = IVrManager.Stub.asInterface(getBinderService(Context.VR_SERVICE));
/frameworks/base/services/
Dart-profile3146 HSPLcom/android/server/SystemService;->getBinderService(Ljava/lang/String;)Landroid/os/IBinder;
27003 PLcom/android/server/notification/NotificationManagerService;->getBinderService()Landroid/app/INoti…