Searched refs:ACTION_FGS_STARTED (Results 1 – 3 of 3) sorted by relevance
36 public static final String ACTION_FGS_STARTED = PACKAGE_NAME + ".action.FGS_STARTED"; field in TestFgsService65 final Intent reportFgsStartIntent = new Intent(ACTION_FGS_STARTED); in onStartCommand()
351 CallbackAsserter.forBroadcast(new IntentFilter(TestFgsService.ACTION_FGS_STARTED)); in startFgs()
421 CallbackAsserter.forBroadcast(new IntentFilter(TestFgsService.ACTION_FGS_STARTED)); in testSchedulingFgs_disapproved()