OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_BACKGROUND
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java
52
static final String
ACTION_BACKGROUND
= "com.example.android.apis.BACKGROUND";
199
} else if (
ACTION_BACKGROUND
.equals(intent.getAction())
286
Intent intent = new Intent(ForegroundService.
ACTION_BACKGROUND
);
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushProtocol.java
34
public static final byte
ACTION_BACKGROUND
= (byte) 0x02;
Completed in 220 milliseconds