Searched refs:mStartForeground (Results 1 – 1 of 1) sorted by relevance
33 private Method mStartForeground; field in ForegroundService60 if (mStartForeground != null) { in startForegroundCompat()64 mStartForeground.invoke(this, mStartForegroundArgs); in startForegroundCompat()103 mStartForeground = getClass().getMethod("startForeground", mStartForegroundSignature); in onCreate()107 mStartForeground = mStopForeground = null; in onCreate()