Home
last modified time | relevance | path

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

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