Searched refs:ACTION_STOP_FOREGROUND (Results 1 – 5 of 5) sorted by relevance
37 public static final String ACTION_STOP_FOREGROUND = PACKAGE_NAME + ".action.STOP_FOREGROUND"; field in TestFgsService62 registerReceiver(mStopReceiver, new IntentFilter(ACTION_STOP_FOREGROUND), in onStartCommand()
36 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in SimpleService82 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
37 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in SimpleService387 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
358 final Intent testFgs = new Intent(TestFgsService.ACTION_STOP_FOREGROUND); in stopFgs()
142 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in ActivityManagerProcessStateTest181 mServiceStopForegroundIntent.setAction(ACTION_STOP_FOREGROUND); in setUp()