/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleService.java | 38 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()
|
D | SimpleService3.java | 43 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/ |
D | LocalMediaProjectionHelperService.java | 24 private static final String CHANNEL_NAME = "ProjectionHelperService"; field in LocalMediaProjectionHelperService 39 return CHANNEL_NAME; in getNotificationChannelName()
|
D | LocalMediaProjectionSecondaryService.java | 24 private static final String CHANNEL_NAME = "ProjectionService2"; field in LocalMediaProjectionSecondaryService 39 return CHANNEL_NAME; in getNotificationChannelName()
|
D | LocalMediaProjectionService.java | 42 private static final String CHANNEL_NAME = "ProjectionService"; field in LocalMediaProjectionService 118 return CHANNEL_NAME; in getNotificationChannelName()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | NotificationTest.java | 58 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/ |
D | MockTvInputSetupActivity.java | 42 /* 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/ |
D | MediaProjectionHelper.java | 137 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/ |
D | SensitiveContentMediaProjectionHelper.java | 137 private static final String CHANNEL_NAME = "MediaProjectionService"; field in SensitiveContentMediaProjectionHelper.MediaProjectionService 151 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in onStartCommand()
|