Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java28 private static final Class<?>[] mStopForegroundSignature = new Class[] { boolean.class }; field in ForegroundService
104 mStopForeground = getClass().getMethod("stopForeground", mStopForegroundSignature); in onCreate()