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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NfcImportVCardActivity.java 56 private static final int SELECT_ACCOUNT = 1;
178 startActivityForResult(new Intent(this, SelectAccountActivity.class), SELECT_ACCOUNT);
187 if (requestCode == SELECT_ACCOUNT) {
ImportVCardActivity.java 91 private static final int SELECT_ACCOUNT = 0;
    [all...]

Completed in 176 milliseconds