Home
last modified time | relevance | path

Searched refs:EXTRA_FAILED_COMPONENT (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/cardemulation/
DAppChooserActivityTest.java30 import static com.android.nfc.cardemulation.AppChooserActivity.EXTRA_FAILED_COMPONENT;
211 intent.putExtra(EXTRA_FAILED_COMPONENT, failedComponent); in getIntent()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAppChooserActivity.java61 public static final String EXTRA_FAILED_COMPONENT = "failed_component"; field in AppChooserActivity
173 ComponentName failedComponent = intent.getParcelableExtra(EXTRA_FAILED_COMPONENT); in onCreate()
DHostEmulationManager.java1064 intent.putExtra(AppChooserActivity.EXTRA_FAILED_COMPONENT, failedComponent); in launchResolver()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java1292 intent.getParcelableExtra(AppChooserActivity.EXTRA_FAILED_COMPONENT)); in verifyResolverLaunched()