Searched refs:EXTRA_FAILED_COMPONENT (Results 1 – 4 of 4) sorted by relevance
30 import static com.android.nfc.cardemulation.AppChooserActivity.EXTRA_FAILED_COMPONENT;211 intent.putExtra(EXTRA_FAILED_COMPONENT, failedComponent); in getIntent()
61 public static final String EXTRA_FAILED_COMPONENT = "failed_component"; field in AppChooserActivity173 ComponentName failedComponent = intent.getParcelableExtra(EXTRA_FAILED_COMPONENT); in onCreate()
1064 intent.putExtra(AppChooserActivity.EXTRA_FAILED_COMPONENT, failedComponent); in launchResolver()
1292 intent.getParcelableExtra(AppChooserActivity.EXTRA_FAILED_COMPONENT)); in verifyResolverLaunched()