Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java26 private static final Class<?>[] mStartForegroundSignature = field in ForegroundService
103 mStartForeground = getClass().getMethod("startForeground", mStartForegroundSignature); in onCreate()