Searched refs:mBinderService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 83 private INotificationManager mBinderService; field in NotificationManagerServiceTest 155 mBinderService = mNotificationManagerService.getBinderService(); in setUp() 158 mBinderService.createNotificationChannels( in setUp() 202 mBinderService.createNotificationChannels("test_pkg", in testCreateNotificationChannels_SingleChannel() 205 mBinderService.getNotificationChannel("test_pkg", "id"); in testCreateNotificationChannels_SingleChannel() 212 mBinderService.createNotificationChannels("test_pkg", in testCreateNotificationChannels_NullChannelThrowsException() 226 mBinderService.createNotificationChannels("test_pkg", in testCreateNotificationChannels_TwoChannels() 228 assertTrue(mBinderService.getNotificationChannel("test_pkg", "id1") != null); in testCreateNotificationChannels_TwoChannels() 229 assertTrue(mBinderService.getNotificationChannel("test_pkg", "id2") != null); in testCreateNotificationChannels_TwoChannels() 237 mBinderService.createNotificationChannels("test_pkg", in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | PinnerService.java | 69 private BinderService mBinderService; field in PinnerService 108 mBinderService = new BinderService(); in onStart() 109 publishBinderService("pinner", mBinderService); in onStart()
|
D | BatteryService.java | 115 BinderService mBinderService; field in BatteryService 206 mBinderService = new BinderService(); in onStart() 207 publishBinderService("battery", mBinderService); in onStart() 847 shell.exec(mBinderService, null, fd, null, args, null, new ResultReceiver(null)); in dumpInternal()
|
D | DeviceIdleController.java | 1142 BinderService mBinderService; field in DeviceIdleController 1389 mBinderService = new BinderService(); in onStart() 1390 publishBinderService(Context.DEVICE_IDLE_CONTROLLER, mBinderService); in onStart() 2996 shell.exec(mBinderService, null, fd, null, newArgs, null, in dump()
|