OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELECT_ACCOUNT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NfcImportVCardActivity.java
58
private static final int
SELECT_ACCOUNT
= 1;
184
startActivityForResult(new Intent(this, SelectAccountActivity.class),
SELECT_ACCOUNT
);
193
if (requestCode ==
SELECT_ACCOUNT
) {
ImportVCardActivity.java
80
private static final int
SELECT_ACCOUNT
= 0;
527
SELECT_ACCOUNT
);
537
if (requestCode ==
SELECT_ACCOUNT
) {
Completed in 5419 milliseconds