Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceSticky.java45 public static String ACTION_RESTART_FGS_STICKY_RESULT = field in LocalForegroundServiceSticky
52 sendBroadcast(new Intent(ACTION_RESTART_FGS_STICKY_RESULT).setFlags( in onStartCommand()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java33 import static android.app.stubs.LocalForegroundServiceSticky.ACTION_RESTART_FGS_STICKY_RESULT;
2316 testFgsStickyInternal(Service.START_STICKY, ACTION_RESTART_FGS_STICKY_RESULT, in testFgsSticky1()
2352 testFgsStickyInternal(Service.START_NOT_STICKY, ACTION_RESTART_FGS_STICKY_RESULT, in testFgsSticky3()