Searched refs:mStopForeground (Results 1 – 1 of 1) sorted by relevance
34 private Method mStopForeground; field in ForegroundService84 if (mStopForeground != null) { in stopForegroundCompat()87 mStopForeground.invoke(this, mStopForegroundArgs); in stopForegroundCompat()104 mStopForeground = getClass().getMethod("stopForeground", mStopForegroundSignature); in onCreate()107 mStartForeground = mStopForeground = null; in onCreate()