/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 185 private INotificationManager mBinderService; field in NotificationManagerServiceTest 399 mBinderService = mService.getBinderService(); in setUp() 402 mBinderService.createNotificationChannels( in setUp() 404 assertNotNull(mBinderService.getNotificationChannel( in setUp() 549 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SingleChannel() 552 mBinderService.getNotificationChannel(PKG, mContext.getUserId(), PKG, "id"); in testCreateNotificationChannels_SingleChannel() 559 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_NullChannelThrowsException() 573 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_TwoChannels() 575 assertTrue(mBinderService.getNotificationChannel( in testCreateNotificationChannels_TwoChannels() 577 assertTrue(mBinderService.getNotificationChannel( in testCreateNotificationChannels_TwoChannels() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 99 private final INotificationManager mBinderService; field in NotificationShellCmd 103 mBinderService = service.getBinderService(); in NotificationShellCmd() 120 mBinderService.setNotificationPolicyAccessGrantedForUser( in onCommand() 131 mBinderService.setNotificationPolicyAccessGrantedForUser( in onCommand() 145 mBinderService.setNotificationListenerAccessGrantedForUser(cn, userId, true); in onCommand() 158 mBinderService.setNotificationListenerAccessGrantedForUser(cn, userId, false); in onCommand() 171 mBinderService.setNotificationAssistantAccessGrantedForUser(cn, userId, true); in onCommand() 184 mBinderService.setNotificationAssistantAccessGrantedForUser(cn, userId, false); in onCommand() 246 if (mBinderService.getNotificationChannelForPackage(NOTIFICATION_PACKAGE, in ensureChannel() 252 mBinderService.createNotificationChannelsForPackage(NOTIFICATION_PACKAGE, uid, in ensureChannel() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/ |
D | ColorDisplayServiceTest.java | 74 private ColorDisplayService.BinderService mBinderService; field in ColorDisplayServiceTest 100 mBinderService = mCds.new BinderService(); in setUp() 990 mBinderService.setColorMode(ColorDisplayManager.COLOR_MODE_NATURAL); in displayWhiteBalance_enabled() 1026 mBinderService.setColorMode(ColorDisplayManager.COLOR_MODE_NATURAL); in displayWhiteBalance_enabledAfterLinearColorModeSelected() 1067 mBinderService.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in setAutoModeCustom() 1068 mBinderService.setNightDisplayCustomStartTime( in setAutoModeCustom() 1070 mBinderService in setAutoModeCustom() 1081 mBinderService.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_TWILIGHT); in setAutoModeTwilight() 1094 mBinderService.setNightDisplayActivated(activated); in setNightDisplayActivated() 1135 mBinderService.setColorMode(colorMode); in setColorMode() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | PinnerService.java | 137 private BinderService mBinderService; field in PinnerService 190 mBinderService = new BinderService(); in onStart() 191 publishBinderService("pinner", mBinderService); in onStart()
|
D | BatteryService.java | 140 BinderService mBinderService; field in BatteryService 238 mBinderService = new BinderService(); in onStart() 239 publishBinderService("battery", mBinderService); in onStart() 1023 shell.exec(mBinderService, null, fd, null, args, null, new ResultReceiver(null)); in dumpInternal()
|
D | DeviceIdleController.java | 1452 BinderService mBinderService; field in DeviceIdleController 1871 mBinderService = new BinderService(); in onStart() 1872 publishBinderService(Context.DEVICE_IDLE_CONTROLLER, mBinderService); in onStart() 4178 shell.exec(mBinderService, null, fd, null, newArgs, null, in dump()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 235 private final BinderService mBinderService; field in PowerManagerService 750 mBinderService = new BinderService(); in PowerManagerService() 796 publishBinderService(Context.POWER_SERVICE, mBinderService); in onStart() 4816 return mBinderService; in getBinderServiceInstance()
|