Searched refs:mStartForegroundArgs (Results 1 – 1 of 1) sorted by relevance
35 private Object[] mStartForegroundArgs = new Object[2]; field in ForegroundService61 mStartForegroundArgs[0] = Integer.valueOf(mNotificationId); in startForegroundCompat()62 mStartForegroundArgs[1] = notification; in startForegroundCompat()64 mStartForeground.invoke(this, mStartForegroundArgs); in startForegroundCompat()