Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java42 protected abstract Notification createNotification(); in createNotification() method in ForegroundService
109 startForegroundCompat(createNotification()); in onCreate()
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DErrorReporter.java96 ReportMessages.GROUP.createNotification(ReportMessages.ERROR_REPORT, in submit()
110 ReportMessages.GROUP.createNotification(ReportMessages.ERROR_REPORT, in submit()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java121 protected Notification createNotification() { in createNotification() method in TriggerService
DScriptingLayerService.java120 protected Notification createNotification() { in createNotification() method in ScriptingLayerService
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java976 builder = createNotification(player, builder, ongoing, bitmap); in startOrUpdateNotification()
1022 protected NotificationCompat.Builder createNotification( in createNotification() method in PlayerNotificationManager