Searched refs:intentReceived (Results 1 – 2 of 2) sorted by relevance
101 Intent intentReceived = getIntent(); in onCreate() local102 String className = intentReceived.getComponent().getClassName(); in onCreate()129 if (Intent.ACTION_CHOOSER.equals(intentReceived.getAction())) { in onCreate()130 launchChooserActivityWithCorrectTab(intentReceived, className); in onCreate()186 Intent intentReceived, ResolveInfo resolveInfo, int messageId) { in maybeShowDisclosure() argument187 if (shouldShowDisclosure(resolveInfo, intentReceived)) { in maybeShowDisclosure()213 sanitizeIntent(intentReceived); in launchChooserActivityWithCorrectTab()214 intentReceived.putExtra(EXTRA_SELECTED_PROFILE, selectedProfile); in launchChooserActivityWithCorrectTab()238 sanitizeIntent(intentReceived); in launchResolverActivityWithCorrectTab()239 intentReceived.putExtra(EXTRA_SELECTED_PROFILE, selectedProfile); in launchResolverActivityWithCorrectTab()[all …]
172 final Intent intentReceived = pollForIntent(5); in receiveIntentFromApp() local173 assertNotNull("No intent received from app within 5 seconds", intentReceived); in receiveIntentFromApp()174 return intentReceived; in receiveIntentFromApp()