HomeSort by relevance Sort by last modified time
    Searched refs:mBinderService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationManagerServiceTest.java 108 private INotificationManager mBinderService;
225 mBinderService = mNotificationManagerService.getBinderService();
228 mBinderService.createNotificationChannels(
230 assertNotNull(mBinderService.getNotificationChannel(PKG, TEST_CHANNEL_ID));
316 mBinderService.createNotificationChannels(PKG,
319 mBinderService.getNotificationChannel(PKG, "id");
326 mBinderService.createNotificationChannels(PKG,
340 mBinderService.createNotificationChannels(PKG,
342 assertTrue(mBinderService.getNotificationChannel(PKG, "id1") != null);
343 assertTrue(mBinderService.getNotificationChannel(PKG, "id2") != null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
PinnerService.java 69 private BinderService mBinderService;
108 mBinderService = new BinderService();
109 publishBinderService("pinner", mBinderService);
BatteryService.java 115 BinderService mBinderService;
206 mBinderService = new BinderService();
207 publishBinderService("battery", mBinderService);
    [all...]
DeviceIdleController.java     [all...]

Completed in 811 milliseconds