Searched refs:CONTACT_LOOKUP_KEY (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
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 …]
|
/frameworks/base/core/api/ |
D | removed.txt | 352 field @Deprecated public static final String CONTACT_LOOKUP_KEY = "contact_lookup";
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 3713 public static final String CONTACT_LOOKUP_KEY = "contact_lookup"; field
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24723 field public static final deprecated java.lang.String CONTACT_LOOKUP_KEY = "contact_lookup";
|