Searched refs:mStartForegroundSignature (Results 1 – 1 of 1) sorted by relevance
26 private static final Class<?>[] mStartForegroundSignature = field in ForegroundService103 mStartForeground = getClass().getMethod("startForeground", mStartForegroundSignature); in onCreate()