Home
last modified time | relevance | path

Searched refs:CHANNEL_NAME (Results 1 – 7 of 7) 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/permission/AppThatRequestOneTimePermission/src/android/permission/cts/appthatrequestpermission/
DKeepAliveForegroundService.java37 private static final String CHANNEL_NAME = "channelName"; field in KeepAliveForegroundService
59 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in onStartCommand()
/cts/tests/tests/media/src/android/media/cts/
DLocalMediaProjectionService.java37 private static final String CHANNEL_NAME = "ProjectionService"; field in LocalMediaProjectionService
74 CHANNEL_NAME, NotificationManager.IMPORTANCE_NONE); in startForeground()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DLocalMediaProjectionService.java37 private static final String CHANNEL_NAME = "ProjectionService"; field in LocalMediaProjectionService
74 CHANNEL_NAME, NotificationManager.IMPORTANCE_NONE); in startForeground()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputSetupActivity.java42 /* package-private */ static final String CHANNEL_NAME = "Dummy"; field in MockTvInputSetupActivity
80 values.put(TvContract.Channels.COLUMN_DISPLAY_NAME, CHANNEL_NAME); in onCreate()
DTvInputDiscoveryTestActivity.java204 MockTvInputSetupActivity.CHANNEL_NAME, in verifyGlobalSearch()