HomeSort by relevance Sort by last modified time
    Searched refs:failedComponent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 81 ArrayList<ApduServiceInfo> options, ComponentName failedComponent) {
88 if ((options == null || options.size() == 0) && failedComponent == null) {
112 if (failedComponent != null) {
114 ApplicationInfo info = pm.getApplicationInfo(failedComponent.getPackageName(), 0);
120 if (options.size() == 0 && failedComponent != null) {
128 if (failedComponent != null) {
163 ComponentName failedComponent = intent.getParcelableExtra(EXTRA_FAILED_COMPONENT);
164 onCreate(savedInstanceState, category, services, failedComponent);
HostEmulationManager.java 413 void launchResolver(ArrayList<ApduServiceInfo> services, ComponentName failedComponent,
419 if (failedComponent != null) {
420 intent.putExtra(AppChooserActivity.EXTRA_FAILED_COMPONENT, failedComponent);

Completed in 600 milliseconds