OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQUEST_CODE_ACCOUNT_FILTER
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java
53
private static final int
REQUEST_CODE_ACCOUNT_FILTER
= 1;
69
REQUEST_CODE_ACCOUNT_FILTER
,
213
if (requestCode ==
REQUEST_CODE_ACCOUNT_FILTER
) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberPickerFragment.java
46
private static final int
REQUEST_CODE_ACCOUNT_FILTER
= 1;
87
REQUEST_CODE_ACCOUNT_FILTER
,
335
if (requestCode ==
REQUEST_CODE_ACCOUNT_FILTER
) {
Completed in 559 milliseconds