Home
last modified time | relevance | path

Searched refs:getNotificationChannelId (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DTestService.java36 private final String getNotificationChannelId() { in getNotificationChannelId() method in TestService
48 getNotificationChannelId(), getNotificationChannelId(), in onStartCommand()
51 new Notification.Builder(getApplicationContext(), getNotificationChannelId()) in onStartCommand()
/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
DTestService.java37 private static String getNotificationChannelId(Context context) { in getNotificationChannelId() method in TestService
61 new Notification.Builder(this, getNotificationChannelId(this)) in onStartCommand()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceLocation.java42 public static String getNotificationChannelId() { in getNotificationChannelId() method in LocalForegroundServiceLocation
48 String notificationChannelId = getNotificationChannelId(); in onStartCommand()
DLocalForegroundService.java69 public static String getNotificationChannelId() { in getNotificationChannelId() method in LocalForegroundService
75 String notificationChannelId = getNotificationChannelId(); in onStartCommand()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1216 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferredExistingNotification()
1248 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenImmediateNotify()
1276 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenDeferrableNotify()