HomeSort by relevance Sort by last modified time
    Searched refs:mStartForegroundSignature (Results 1 - 2 of 2) sorted by null

  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 26 private static final Class<?>[] mStartForegroundSignature =
94 mStartForeground = getClass().getMethod("startForeground", mStartForegroundSignature);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 58 private static final Class<?>[] mStartForegroundSignature = new Class[] {
126 mStartForegroundSignature);

Completed in 75 milliseconds