Searched refs:ACTION_START_FGS (Results 1 – 3 of 3) sorted by relevance
76 public static final String ACTION_START_FGS = PACKAGE_NAME + ".action.START_FGS"; field in TestJobSchedulerReceiver172 final Intent startFgsIntent = new Intent(ACTION_START_FGS); in onReceive()189 case ACTION_START_FGS: { in onReceive()
35 public static final String ACTION_START_FGS = PACKAGE_NAME + ".action.START_FGS"; field in TestFgsService
347 final Intent intent = new Intent(TestJobSchedulerReceiver.ACTION_START_FGS); in startFgs()