Searched refs:LocalForegroundServiceBase (Results 1 – 5 of 5) sorted by relevance
19 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;33 import android.app.fgstesthelper.LocalForegroundServiceBase;343 result[0] = intent.getIntExtra(LocalForegroundServiceBase.EXTRA_RESULT_CODE, in startForegroundServiceWithType()350 intent.putExtra(LocalForegroundServiceBase.EXTRA_COMMAND, in startForegroundServiceWithType()351 LocalForegroundServiceBase.COMMAND_START_FOREGROUND); in startForegroundServiceWithType()352 intent.putExtra(LocalForegroundServiceBase.EXTRA_FGS_TYPE, type); in startForegroundServiceWithType()354 new IntentFilter(LocalForegroundServiceBase.ACTION_START_FGS_RESULT); in startForegroundServiceWithType()[all …]
22 public class LocalForegroundServiceNoType extends LocalForegroundServiceBase {
19 public class LocalForegroundServiceAllTypes extends LocalForegroundServiceBase {
35 public abstract class LocalForegroundServiceBase extends Service { class
217 "FgsTestHelper/src/android/app/fgstesthelper/LocalForegroundServiceBase.java",