Searched refs:FG_SERVICE_NAME (Results 1 – 1 of 1) sorted by relevance
78 public static final String FG_SERVICE_NAME = "android.app.stubs.LocalForegroundService"; field in CommandReceiver124 doStopService(context, intent, FG_SERVICE_NAME); in onReceive()197 fgsIntent.setComponent(new ComponentName(targetPackage, FG_SERVICE_NAME)); in doStartForegroundService()212 fgsIntent.setComponent(new ComponentName(targetPackage, FG_SERVICE_NAME)); in doStartService()