Home
last modified time | relevance | path

Searched refs:createNotificationChannel (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/test/cts/producer/src/android/perfetto/producer/
DProducerActivity.java41 manager.createNotificationChannel(serviceChannel); in onResume()
47 manager.createNotificationChannel(isolatedChannel); in onResume()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java107 protected void createNotificationChannel() { in createNotificationChannel() method in TriggerService
116 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
122 createNotificationChannel(); in createNotification()
DScriptingLayerService.java107 private void createNotificationChannel() { in createNotificationChannel() method in ScriptingLayerService
116 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
125 createNotificationChannel(); in createNotification()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DLog.java51 …private static void createNotificationChannel(Context context, NotificationManager notificationMan… in createNotificationChannel() method in Log
59 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
67 createNotificationChannel(context, notificationManager); in notify()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java67 public void createNotificationChannel() { in createNotificationChannel() method in ShadowNotificationManagerTest
68 notificationManager.createNotificationChannel(new NotificationChannel("id", "name", 1)); in createNotificationChannel()
111 notificationManager.createNotificationChannel(new NotificationChannel(channelId, "name", 1)); in deleteNotificationChannel()
118 notificationManager.createNotificationChannel( in deleteNotificationChannel()
135 notificationManager.createNotificationChannel(channel); in deleteNotificationChannelGroup()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java72 notificationManager.createNotificationChannel(mNotificationChannel); in runAsForegroundService()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java115 protected void createNotificationChannel(Object /*NotificationChannel*/ channel) { in createNotificationChannel() method in ShadowNotificationManager
131 createNotificationChannel(channel); in createNotificationChannels()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java844 private void createNotificationChannel() { in createNotificationChannel() method in AndroidFacade
852 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()
858 createNotificationChannel(); in notify()