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

  /packages/apps/Contacts/src/com/android/contacts/vcard/
NfcImportVCardActivity.java 57 private static final int SELECT_ACCOUNT = 1;
179 startActivityForResult(new Intent(this, SelectAccountActivity.class), SELECT_ACCOUNT);
188 if (requestCode == SELECT_ACCOUNT) {
ImportVCardActivity.java 93 private static final int SELECT_ACCOUNT = 0;
    [all...]

Completed in 61 milliseconds