Home
last modified time | relevance | path

Searched refs:LocalForegroundServiceBase (Results 1 – 5 of 5) sorted by relevance

/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java19 import static android.app.fgstesthelper.LocalForegroundServiceBase.RESULT_INVALID_TYPE_EXCEPTION;
20 import static android.app.fgstesthelper.LocalForegroundServiceBase.RESULT_MISSING_TYPE_EXCEPTION;
21 import static android.app.fgstesthelper.LocalForegroundServiceBase.RESULT_OK;
22 import static android.app.fgstesthelper.LocalForegroundServiceBase.RESULT_SECURITY_EXCEPTION;
34 import android.app.fgstesthelper.LocalForegroundServiceBase;
351 result[0] = intent.getIntExtra(LocalForegroundServiceBase.EXTRA_RESULT_CODE, in startForegroundServiceWithType()
358 intent.putExtra(LocalForegroundServiceBase.EXTRA_COMMAND, in startForegroundServiceWithType()
359 LocalForegroundServiceBase.COMMAND_START_FOREGROUND); in startForegroundServiceWithType()
360 intent.putExtra(LocalForegroundServiceBase.EXTRA_FGS_TYPE, type); in startForegroundServiceWithType()
362 new IntentFilter(LocalForegroundServiceBase.ACTION_START_FGS_RESULT); in startForegroundServiceWithType()
[all …]
/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/
DLocalForegroundServiceAllTypes.java19 public class LocalForegroundServiceAllTypes extends LocalForegroundServiceBase {
DLocalForegroundServiceNoType.java22 public class LocalForegroundServiceNoType extends LocalForegroundServiceBase {
DLocalForegroundServiceBase.java35 public abstract class LocalForegroundServiceBase extends Service { class
/cts/tests/app/
DAndroid.bp285 "FgsTestHelper/src/android/app/fgstesthelper/LocalForegroundServiceBase.java",