Home
last modified time | relevance | path

Searched refs:ACTION_START_FGS_RESULT (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java24 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 …]
DActivityManagerProcessStateTest.java29 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()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java42 public static String ACTION_START_FGS_RESULT = field in LocalForegroundService
133 new Intent(ACTION_START_FGS_RESULT).setFlags(Intent.FLAG_RECEIVER_FOREGROUND)); in onStartCommand()