Home
last modified time | relevance | path

Searched refs:LOOKUP_KEY (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java40 Contacts.LOOKUP_KEY, // 8
60 Contacts.LOOKUP_KEY, // 8
84 public static final int LOOKUP_KEY = 8; // String field in Queries.Query
DRecipientAlternatesAdapter.java266 c.getString(Queries.Query.LOOKUP_KEY)); in processContactEntries()
515 original.getString(Query.LOOKUP_KEY), in removeUndesiredDestinations()
528 if (row[Query.LOOKUP_KEY] == null) { in removeUndesiredDestinations()
529 row[Query.LOOKUP_KEY] = lookupKey; in removeUndesiredDestinations()
584 c.getString(Queries.Query.LOOKUP_KEY)); in getRecipientEntry()
DBaseRecipientAdapter.java184 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY); in TemporaryEntry()
/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java70 Contacts._ID, Contacts.LOOKUP_KEY, Contacts.STARRED, Contacts.HAS_PHONE_NUMBER, in querySince()
109 Contacts._ID, Contacts.LOOKUP_KEY, Contacts.STARRED, Contacts.HAS_PHONE_NUMBER }; in queryWithUri()
131 int lookupKeyIndex = cursor.getColumnIndex(Contacts.LOOKUP_KEY); in queryContact()
167 String selection = Contacts.LOOKUP_KEY + " = ?"; in queryPhoneNumber()
/frameworks/base/core/java/android/provider/
DE2eeContactKeysManager.java129 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateOrInsertE2eeContactKey()
155 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in getE2eeContactKey()
181 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in getAllE2eeContactKeys()
209 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in getOwnerE2eeContactKeys()
243 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateE2eeContactKeyLocalVerificationState()
278 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateE2eeContactKeyLocalVerificationState()
309 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateE2eeContactKeyRemoteVerificationState()
344 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateE2eeContactKeyRemoteVerificationState()
379 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in removeE2eeContactKey()
635 public static final String LOOKUP_KEY = "lookup"; field in E2eeContactKeysManager.E2eeContactKeys
DContactsContract.java1069 public static final String LOOKUP_KEY = "lookup"; field
1678 Contacts.LOOKUP_KEY, Contacts._ID in getLookupUri()
2963 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY in getContactLookupUri()
5033 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY in getContactLookupUri()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java387 when(mMockCursor.getColumnIndex(eq(ContactsContract.CommonDataKinds.Event.LOOKUP_KEY) in testDoNotUpdateSingleConversationAppWidgetWhenNotBirthday()
407 when(mMockCursor.getColumnIndex(eq(ContactsContract.CommonDataKinds.Event.LOOKUP_KEY) in testUpdateSingleConversationAppWidgetWithoutPersonContactUriToRemoveBirthday()
431 eq(ContactsContract.CommonDataKinds.Event.LOOKUP_KEY) in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()
434 eq(ContactsContract.CommonDataKinds.Event.LOOKUP_KEY) in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()
467 when(mMockCursor.getColumnIndex(eq(ContactsContract.CommonDataKinds.Event.LOOKUP_KEY) in testUpdateSingleConversationAppWidgetWhenBirthday()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DContactsQueryHelperTest.java53 Contacts._ID, Contacts.LOOKUP_KEY, Contacts.STARRED, Contacts.HAS_PHONE_NUMBER,
56 Contacts._ID, Contacts.LOOKUP_KEY, Contacts.STARRED, Contacts.HAS_PHONE_NUMBER };
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java289 contains(ContactsContract.Contacts.LOOKUP_KEY), in testMergePhoneNumbers_noPhoneNumber()
323 contains(ContactsContract.Contacts.LOOKUP_KEY), in testMergePhoneNumbers_hasNumber()
332 contains(ContactsContract.Contacts.LOOKUP_KEY), in testMergePhoneNumbers_hasNumber()
439 when(mockCursor.getColumnIndex(ContactsContract.Contacts.LOOKUP_KEY)).thenReturn(1); in makeMockCursor()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java68 Contacts.LOOKUP_KEY,
75 PhoneLookup.LOOKUP_KEY,
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java455 cursor.getColumnIndex(ContactsContract.CommonDataKinds.Event.LOOKUP_KEY)); in updateTileWithBirthdayAndUpdateAffinity()
505 ContactsContract.CommonDataKinds.Event.LOOKUP_KEY, in getContactLookupKeysWithBirthdaysToday()
526 cursor.getColumnIndex(ContactsContract.CommonDataKinds.Event.LOOKUP_KEY)); in getContactLookupKeysWithBirthdaysToday()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java71 private static final String[] LOOKUP_PROJECTION = { Contacts._ID, Contacts.LOOKUP_KEY,
450 final int lookupKeyIdx = cursor.getColumnIndex(Contacts.LOOKUP_KEY); in mergeContact()
646 String selection = Contacts.LOOKUP_KEY + " = ?"; in searchContactsAndLookupNumbers()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java282 columnIndex = cursor.getColumnIndex(PhoneLookup.LOOKUP_KEY); in getCallerInfo()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24324 field public static final java.lang.String LOOKUP_KEY = "lookup";
/frameworks/base/core/api/
Dcurrent.txt36545 field public static final String LOOKUP_KEY = "lookup";