Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java34 private Method mStopForeground; field in ForegroundService
84 if (mStopForeground != null) { in stopForegroundCompat()
87 mStopForeground.invoke(this, mStopForegroundArgs); in stopForegroundCompat()
104 mStopForeground = getClass().getMethod("stopForeground", mStopForegroundSignature); in onCreate()
107 mStartForeground = mStopForeground = null; in onCreate()