Home
last modified time | relevance | path

Searched refs:createNotification (Results 1 – 4 of 4) 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