Home
last modified time | relevance | path

Searched defs:createNotificationChannel (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java66 public static void createNotificationChannel( in createNotificationChannel() method in NotificationUtil
94 public static void createNotificationChannel( in createNotificationChannel() method in NotificationUtil
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java107 protected void createNotificationChannel() { in createNotificationChannel() method in TriggerService
DScriptingLayerService.java107 private void createNotificationChannel() { in createNotificationChannel() method in ScriptingLayerService
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java67 public void createNotificationChannel() { in createNotificationChannel() method in ShadowNotificationManagerTest
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java115 protected void createNotificationChannel(Object /*NotificationChannel*/ channel) { in createNotificationChannel() method in ShadowNotificationManager
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DLog.java51 …private static void createNotificationChannel(Context context, NotificationManager notificationMan… in createNotificationChannel() method in Log
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java856 private void createNotificationChannel() { in createNotificationChannel() method in AndroidFacade