HomeSort by relevance Sort by last modified time
    Searched full:startforegroundsignature (Results 1 - 1 of 1) sorted by null

  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 51 final Class<?>[] startForegroundSignature = new Class[] { int.class, Notification.class };
54 startForeground = service.getClass().getMethod("startForeground", startForegroundSignature);

Completed in 283 milliseconds