Home
last modified time | relevance | path

Searched defs:lookupKey (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Contacts/tests/src/com/android/contacts/
DContactLoaderTest.java103 final String lookupKey = "aa%12%@!"; in testLoadContactWithContactIdUri() local
132 final String lookupKey = "aa%12%@!"; in testLoadContactWithOldStyleUri() local
164 final String lookupKey = "aa%12%@!"; in testLoadContactWithRawContactIdUri() local
196 final String lookupKey = "aa%12%@!"; in testLoadContactWithContactLookupUri() local
224 final String lookupKey = "aa%12%@!"; in testLoadContactWithContactLookupAndIdUri() local
257 final String lookupKey = "aa%12%@!"; in testLoadContactWithContactLookupWithIncorrectIdUri() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java141 String lookupKey = "0i1.0i2.0i3"; in testLookupKeyChoosingLargestContact() local
145 Contacts.LOOKUP_KEY, lookupKey); in testLookupKeyChoosingLargestContact() local
223 private void assertLookupKey(String lookupKey, int[] accountHashCodes, int[] types, in assertLookupKey()
DContactsProvider2Test.java738 String lookupKey = queryLookupKey(contactId); in testDataDirectoryWithLookupUri() local
812 String lookupKey = queryLookupKey(contactId); in testContactEntitiesWithLookupUri() local
3774 String lookupKey = queryLookupKey(contactId); in testQueryStreamItemsByLookupKey() local
3787 String lookupKey = queryLookupKey(contactId); in testQueryStreamItemsByLookupKeyAndContactId() local
4341 String lookupKey = queryLookupKey(contactId); in testStreamItemReadRequiresReadSocialStreamPermission() local
5294 String lookupKey = lookupUri.getPathSegments().get(2); in testGetPhotoViaLookupUri() local
5455 String lookupKey = queryLookupKey(contactId); in testOpenDisplayPhotoForContactLookupKey() local
5468 String lookupKey = queryLookupKey(contactId); in testOpenDisplayPhotoForContactLookupKeyAndId() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java126 public void setSelectedContact(long selectedDirectoryId, String lookupKey, long contactId) { in setSelectedContact()
154 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY); in getContactUri() local
175 String lookupKey = getSelectedContactLookupKey(); in isSelectedContact() local
279 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY); in getSelectedContactPosition() local
DDefaultContactListAdapter.java109 String lookupKey = getSelectedContactLookupKey(); in configureUri() local
DJoinContactListAdapter.java202 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY); in getContactUri() local
DContactTileAdapter.java256 String lookupKey = cursor.getString(mLookupIndex); in createContactEntryFromCursor() local
DContactBrowseListFragment.java118 final String lookupKey = cursor.getString(1); in doInBackground() local
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DPeopleActivityTest.java218 String lookupKey, long id, String returnLookupKey, long returnId) { in expectContactLookupQuery()
227 private void expectContactEntityQuery(String lookupKey, int contactId) { in expectContactEntityQuery()
/packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
DExchangeDirectoryProvider.java107 GalContactRow(GalProjection projection, long contactId, String lookupKey, in GalContactRow()
143 long contactId, String lookupKey, String accountName, String displayName, in addEmailAddress()
156 String lookupKey, String accountName, String displayName, int type, String number) { in addPhoneRow()
168 long contactId, String lookupKey, String accountName, String displayName, in addNameRow()
205 String lookupKey; in query() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java67 public static void appendToLookupKey(StringBuilder lookupKey, String accountTypeWithDataSet, in appendToLookupKey()
109 public ArrayList<LookupKeySegment> parse(String lookupKey) { in parse()
DGlobalSearchSupport.java73 String lookupKey; field in GlobalSearchSupport.SearchSuggestion
209 String lookupKey, String filter) { in handleSearchShortcutRefresh()
DProfileAwareUriMatcher.java120 String lookupKey = uri.getPathSegments().get(lookupKeySegment); in mapsToProfile() local
DContactsProvider2.java3291 final String lookupKey = pathSegments.get(2); in deleteInTransaction() local
3300 final String lookupKey = pathSegments.get(2); in deleteInTransaction() local
3703 final String lookupKey = pathSegments.get(2); in updateInTransaction() local
4915 String lookupKey = pathSegments.get(2); in queryLocal() local
4947 String lookupKey = pathSegments.get(2); in queryLocal() local
4994 String lookupKey = pathSegments.get(2); in queryLocal() local
5017 final String lookupKey = Uri.encode(uri.getPathSegments().get(2)); in queryLocal() local
5258 String lookupKey = pathSegments.get(2); in queryLocal() local
5874 String lookupKey = uri.getLastPathSegment(); in queryLocal() local
5970 String contactIdColumn, long contactId, String lookupKeyColumn, String lookupKey, in queryWithContactIdAndLookupKey()
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DNfcHandler.java69 final String lookupKey = Uri.encode(contactUri.getPathSegments().get(2)); in createNdefMessage() local
DContactLoader.java201 private Result(Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, in Result()
922 final String lookupKey = cursor.getString(ContactQuery.LOOKUP_KEY); in loadContactHeaderData() local
/packages/apps/Contacts/src/com/android/contacts/calllog/
DContactInfoHelper.java117 String lookupKey = phonesCursor.getString(PhoneQuery.LOOKUP_KEY); in lookupContactFromUri() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DContactHeaderWidget.java282 String lookupKey = cursor.getString( in onQueryComplete() local
298 String lookupKey = cursor.getString( in onQueryComplete() local
604 protected void startPhotoQuery(long photoId, Uri lookupKey, boolean resetQueryHandler) { in startPhotoQuery()
/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java159 String lookupKey = null; in onQueryComplete() local
DConfirmAddDetailActivity.java317 private void startPhotoQuery(long photoId, Uri lookupKey) { in startPhotoQuery()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactsListFragment.java145 final String lookupKey = cursor.getString(ContactsListLoader.COLUMN_LOOKUP_KEY); in getContactUri() local
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java228 String lookupKey = null; in onLoadFinished() local
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java368 final String lookupKey = lookupUri.getPathSegments().get(2); in onListItemClick() local
443 final String lookupKey = lookupUri.getPathSegments().get(2); in onListItemClick() local
/packages/apps/Calendar/src/com/android/calendar/event/
DAttendeesView.java435 final String lookupKey = in onQueryComplete() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java73 public String lookupKey; field in AggregationSuggestionEngine.Suggestion

12