Home
last modified time | relevance | path

Searched refs:IMPORTANCE_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java47 IMPORTANCE_DEFAULT,
60 public static final int IMPORTANCE_DEFAULT = NotificationManager.IMPORTANCE_DEFAULT; field in NotificationUtil
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java111 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel()
DScriptingLayerService.java111 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DLog.java54 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java859 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel()