OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_START_FOREGROUND
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleService.java
35
static final String
ACTION_START_FOREGROUND
= "com.android.test.action.START_FOREGROUND";
62
if (
ACTION_START_FOREGROUND
.equals(intent.getAction())) {
/cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java
94
static final String
ACTION_START_FOREGROUND
= "com.android.test.action.START_FOREGROUND";
121
mServiceStartForegroundIntent.setAction(
ACTION_START_FOREGROUND
);
[
all
...]
Completed in 90 milliseconds