Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceSticky.java41 public class LocalForegroundServiceSticky extends LocalForegroundService { class
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java33 import static android.app.stubs.LocalForegroundServiceSticky.ACTION_RESTART_FGS_STICKY_RESULT;
57 import android.app.stubs.LocalForegroundServiceSticky;
2455 extras.putInt(LocalForegroundServiceSticky.STICKY_FLAG, stickyFlag); in testFgsStickyInternal()