Searched refs:mStopForegroundSignature (Results 1 – 1 of 1) sorted by relevance
28 private static final Class<?>[] mStopForegroundSignature = new Class[] { boolean.class }; field in ForegroundService104 mStopForeground = getClass().getMethod("stopForeground", mStopForegroundSignature); in onCreate()