Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java36 private Object[] mStopForegroundArgs = new Object[1]; field in ForegroundService
85 mStopForegroundArgs[0] = Boolean.TRUE; in stopForegroundCompat()
87 mStopForeground.invoke(this, mStopForegroundArgs); in stopForegroundCompat()