Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceLocation.java31 public class LocalForegroundServiceLocation extends LocalForegroundService { class
DCommandReceiver.java221 int command = LocalForegroundServiceLocation.COMMAND_START_FOREGROUND_WITH_TYPE; in doStartForegroundServiceWithType()
293 int command = LocalForegroundServiceLocation.COMMAND_START_FOREGROUND_WITH_TYPE; in doCreateFgslPendingIntent()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java25 import static android.app.stubs.LocalForegroundServiceLocation.ACTION_START_FGSL_RESULT;
48 import android.app.stubs.LocalForegroundServiceLocation;
176 bundle.putInt(LocalForegroundServiceLocation.EXTRA_FOREGROUND_SERVICE_TYPE, in testFgsLocationStartFromBG()
277 bundle.putInt(LocalForegroundServiceLocation.EXTRA_FOREGROUND_SERVICE_TYPE, in testFgsLocationStartFromBGTwoProcesses()
482 bundle.putInt(LocalForegroundServiceLocation.EXTRA_FOREGROUND_SERVICE_TYPE, in testFgsLocationStartFromBGWithBind()
DActivityManagerProcessStateTest.java49 import android.app.stubs.LocalForegroundServiceLocation;
1841 bundle.putInt(LocalForegroundServiceLocation.EXTRA_FOREGROUND_SERVICE_TYPE, in testFgsLocationBind()