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;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 …]
19 public class LocalForegroundServiceAllTypes extends LocalForegroundServiceBase {
22 public class LocalForegroundServiceNoType extends LocalForegroundServiceBase {
35 public abstract class LocalForegroundServiceBase extends Service { class
285 "FgsTestHelper/src/android/app/fgstesthelper/LocalForegroundServiceBase.java",