D | BaseContactsProvider2Test.java | 620 return getStoredLongValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), in queryPhotoFileId() 938 protected Long getStoredLongValue(Uri uri, String selection, String[] selectionArgs, in getStoredLongValue() method in BaseContactsProvider2Test 954 protected Long getStoredLongValue(Uri uri, String column) { in getStoredLongValue() method in BaseContactsProvider2Test 955 return getStoredLongValue(uri, null, null, column); in getStoredLongValue()
|