Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java2316 testFgsStickyInternal(Service.START_STICKY, ACTION_RESTART_FGS_STICKY_RESULT, in testFgsSticky1()
2334 testFgsStickyInternal(Service.START_REDELIVER_INTENT, ACTION_START_FGS_RESULT, in testFgsSticky2()
2352 testFgsStickyInternal(Service.START_NOT_STICKY, ACTION_RESTART_FGS_STICKY_RESULT, in testFgsSticky3()
2367 testFgsStickyInternal(Service.START_NOT_STICKY, ACTION_START_FGS_RESULT, in testFgsSticky3()
2426 private void testFgsStickyInternal(int stickyFlag, String waitForBroadcastAction, in testFgsStickyInternal() method in ActivityManagerProcessStateTest