Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService.java35 static final String ACTION_START_FOREGROUND = "com.android.test.action.START_FOREGROUND"; field in SimpleService
62 if (ACTION_START_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java73 static final String ACTION_START_FOREGROUND = "com.android.test.action.START_FOREGROUND"; field in ActivityManagerProcessStateTest
95 mServiceStartForegroundIntent.setAction(ACTION_START_FOREGROUND); in setUp()