Home
last modified time | relevance | path

Searched defs:stickyFlag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/app/app/src/android/app/stubs/
H A DLocalForegroundServiceSticky.java57 final int stickyFlag = intent.getIntExtra(STICKY_FLAG, START_NOT_STICKY); in onStartCommand() local
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DActivityManagerProcessStateTest.java2444 private void testFgsStickyInternal(int stickyFlag, String waitForBroadcastAction, in testFgsStickyInternal()