Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java35 private Object[] mStartForegroundArgs = new Object[2]; field in ForegroundService
61 mStartForegroundArgs[0] = Integer.valueOf(mNotificationId); in startForegroundCompat()
62 mStartForegroundArgs[1] = notification; in startForegroundCompat()
64 mStartForeground.invoke(this, mStartForegroundArgs); in startForegroundCompat()