Searched refs:CONTACT_LOOKUP_KEY (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | ContactsQueryHelperTest.java | 49 private static final String CONTACT_LOOKUP_KEY = "123"; field in ContactsQueryHelperTest 97 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQuerySQLiteException_returnsFalse() 105 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryIllegalArgumentException_returnsFalse() 112 /* id= */ 11, CONTACT_LOOKUP_KEY, /* starred= */ 1, /* hasPhoneNumber= */ 1, in testQueryWithUri() 115 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUri() 126 /* id= */ 11, CONTACT_LOOKUP_KEY, /* starred= */ 0, /* hasPhoneNumber= */ 0, in testQueryWithUriNotStarredNoPhoneNumber() 128 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUriNotStarredNoPhoneNumber() 138 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUriNotFound() 145 /* id= */ 11, CONTACT_LOOKUP_KEY, /* starred= */ 1, /* hasPhoneNumber= */ 1 }); in testQueryWithPhoneNumber() 157 /* id= */ 11, CONTACT_LOOKUP_KEY, /* starred= */ 1, /* hasPhoneNumber= */ 0 }); in testQueryWithEmail() [all …]
|
/aosp14/frameworks/base/core/api/ |
H A D | removed.txt | 427 field @Deprecated public static final String CONTACT_LOOKUP_KEY = "contact_lookup";
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 3713 public static final String CONTACT_LOOKUP_KEY = "contact_lookup"; field
|