Home
last modified time | relevance | path

Searched refs:CHANNEL_NAME (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService.java38 static final String CHANNEL_NAME = "SimpleService"; field in SimpleService
66 if (nm.getNotificationChannel(CHANNEL_NAME) == null) { in onStartCommand()
67 nm.createNotificationChannel(new NotificationChannel(CHANNEL_NAME, CHANNEL_NAME, in onStartCommand()
74 Notification notification = new Notification.Builder(this, CHANNEL_NAME) in onStartCommand()
DSimpleService3.java43 static final String CHANNEL_NAME = "SimpleService3"; field in SimpleService3
70 if (nm.getNotificationChannel(CHANNEL_NAME) == null) { in onStartCommand()
71 nm.createNotificationChannel(new NotificationChannel(CHANNEL_NAME, CHANNEL_NAME, in onStartCommand()
74 Notification notification = new Notification.Builder(this, CHANNEL_NAME) in onStartCommand()
/cts/tests/tests/media/common/src/android/media/cts/
DLocalMediaProjectionHelperService.java24 private static final String CHANNEL_NAME = "ProjectionHelperService"; field in LocalMediaProjectionHelperService
39 return CHANNEL_NAME; in getNotificationChannelName()
DLocalMediaProjectionSecondaryService.java24 private static final String CHANNEL_NAME = "ProjectionService2"; field in LocalMediaProjectionSecondaryService
39 return CHANNEL_NAME; in getNotificationChannelName()
DLocalMediaProjectionService.java42 private static final String CHANNEL_NAME = "ProjectionService"; field in LocalMediaProjectionService
118 return CHANNEL_NAME; in getNotificationChannelName()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DNotificationTest.java58 private static final CharSequence CHANNEL_NAME = "NotificationTest"; field in NotificationTest
98 NotificationChannel c = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, IMPORTANCE); in showNotificationWithTitleNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputSetupActivity.java42 /* package-private */ static final String CHANNEL_NAME = "Placeholder"; field in MockTvInputSetupActivity
80 values.put(TvContract.Channels.COLUMN_DISPLAY_NAME, CHANNEL_NAME); in onCreate()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java137 private static final String CHANNEL_NAME = "MediaProjectionService"; field in MediaProjectionHelper.MediaProjectionService
151 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in onStartCommand()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java137 private static final String CHANNEL_NAME = "MediaProjectionService"; field in SensitiveContentMediaProjectionHelper.MediaProjectionService
151 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in onStartCommand()