OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_LAUNCH_INTENT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/
NfcRootActivity.java
28
static final String
EXTRA_LAUNCH_INTENT
= "launchIntent";
34
if (intent != null && intent.hasExtra(
EXTRA_LAUNCH_INTENT
)) {
35
final Intent launchIntent = intent.getParcelableExtra(
EXTRA_LAUNCH_INTENT
);
NfcDispatcher.java
193
rootIntent.putExtra(NfcRootActivity.
EXTRA_LAUNCH_INTENT
, intent);
261
rootIntent.putExtra(NfcRootActivity.
EXTRA_LAUNCH_INTENT
, intentToStart);
Completed in 155 milliseconds