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

  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 35 private Object[] mStartForegroundArgs = new Object[2];
51 mStartForegroundArgs[0] = Integer.valueOf(mNotificationId);
52 mStartForegroundArgs[1] = notification;
54 mStartForeground.invoke(this, mStartForegroundArgs);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 68 private Object[] mStartForegroundArgs = new Object[2];
90 mStartForegroundArgs[0] = Integer.valueOf(id);
91 mStartForegroundArgs[1] = notification;
92 invokeMethod(mStartForeground, mStartForegroundArgs);

Completed in 146 milliseconds