D | BaseContactsProvider2Test.java | 638 return getStoredLongValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), in queryPhotoFileId() 956 protected Long getStoredLongValue(Uri uri, String selection, String[] selectionArgs, in getStoredLongValue() method in BaseContactsProvider2Test 972 protected Long getStoredLongValue(Uri uri, String column) { in getStoredLongValue() method in BaseContactsProvider2Test 973 return getStoredLongValue(uri, null, null, column); in getStoredLongValue()
|