Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestFgsService.java37 public static final String ACTION_STOP_FOREGROUND = PACKAGE_NAME + ".action.STOP_FOREGROUND"; field in TestFgsService
62 registerReceiver(mStopReceiver, new IntentFilter(ACTION_STOP_FOREGROUND), in onStartCommand()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService.java36 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in SimpleService
82 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
DSimpleService3.java37 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in SimpleService3
87 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java358 final Intent testFgs = new Intent(TestFgsService.ACTION_STOP_FOREGROUND); in stopFgs()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java142 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in ActivityManagerProcessStateTest
181 mServiceStopForegroundIntent.setAction(ACTION_STOP_FOREGROUND); in setUp()