Searched refs:SELECT_ACCOUNT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DNfcImportVCardActivity.java56 private static final int SELECT_ACCOUNT = 1; field in class:NfcImportVCardActivity
178 startActivityForResult(new Intent(this, SelectAccountActivity.class), SELECT_ACCOUNT);
187 if (requestCode == SELECT_ACCOUNT) {
H A DImportVCardActivity.java91 private static final int SELECT_ACCOUNT = 0; field in class:ImportVCardActivity
852 SELECT_ACCOUNT);
862 if (requestCode == SELECT_ACCOUNT) {

Completed in 91 milliseconds