Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java33 private Method mStartForeground; field in ForegroundService
60 if (mStartForeground != null) { in startForegroundCompat()
64 mStartForeground.invoke(this, mStartForegroundArgs); in startForegroundCompat()
103 mStartForeground = getClass().getMethod("startForeground", mStartForegroundSignature); in onCreate()
107 mStartForeground = mStopForeground = null; in onCreate()