Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceSticky.java43 public static String STICKY_FLAG = field in LocalForegroundServiceSticky
57 final int stickyFlag = intent.getIntExtra(STICKY_FLAG, START_NOT_STICKY); in onStartCommand()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java2455 extras.putInt(LocalForegroundServiceSticky.STICKY_FLAG, stickyFlag); in testFgsStickyInternal()