Searched refs:ACTION_START_FGS_RESULT (Results 1 – 3 of 3) sorted by relevance
24 import static android.app.stubs.LocalForegroundService.ACTION_START_FGS_RESULT;197 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsLocationStartFromBG()383 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsLocationPendingIntent()527 waiter.prepare(ACTION_START_FGS_RESULT); in testUpdateUidProcState()615 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsStartFromBG()638 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsStartFromBG()658 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsStartFromBG()716 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsStartFromBoundTopState()776 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsStartFromFgsState()785 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsStartFromFgsState()[all …]
29 import static android.app.stubs.LocalForegroundService.ACTION_START_FGS_RESULT;2241 testFgsStickyInternal(Service.START_REDELIVER_INTENT, ACTION_START_FGS_RESULT, in testFgsSticky2()2274 testFgsStickyInternal(Service.START_NOT_STICKY, ACTION_START_FGS_RESULT, in testFgsSticky3()2352 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsStickyInternal()
42 public static String ACTION_START_FGS_RESULT = field in LocalForegroundService133 new Intent(ACTION_START_FGS_RESULT).setFlags(Intent.FLAG_RECEIVER_FOREGROUND)); in onStartCommand()