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

  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 33 private Method mStartForeground;
50 if (mStartForeground != null) {
54 mStartForeground.invoke(this, mStartForegroundArgs);
94 mStartForeground = getClass().getMethod("startForeground", mStartForegroundSignature);
98 mStartForeground = mStopForeground = null;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 65 private Method mStartForeground;
89 if (mStartForeground != null) {
92 invokeMethod(mStartForeground, mStartForegroundArgs);
125 mStartForeground = getClass().getMethod("startForeground",
132 mStartForeground = mStopForeground = null;

Completed in 162 milliseconds