Home
last modified time | relevance | path

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

/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
76 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java74 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in ActivityManagerProcessStateTest
97 mServiceStopForegroundIntent.setAction(ACTION_STOP_FOREGROUND); in setUp()