Searched refs:URI_INSERT_VALUES (Results 1 – 1 of 1) sorted by relevance
186 private static final Map<String, ContentValues> URI_INSERT_VALUES; field in ContactsContract_AllUriTest191 URI_INSERT_VALUES = new HashMap<>();195 URI_INSERT_VALUES.put("content://com.android.contacts/syncstate", values);196 URI_INSERT_VALUES.put("content://com.android.contacts/syncstate/1", values);197 URI_INSERT_VALUES.put("content://com.android.contacts/profile/syncstate", values);202 URI_INSERT_VALUES.put("content://com.android.contacts/settings", values);652 if (URI_INSERT_VALUES.containsKey(path[0])) { in testAllOperations()653 cv.putAll(URI_INSERT_VALUES.get(path[0])); in testAllOperations()