Searched defs:CONTENT_URI_STRING (Results 1 – 2 of 2) sorted by relevance
30 public static final String CONTENT_URI_STRING = "content://" + CONTENT_AUTHORITY + "/test_data"; field in ADPFAtomTestConstants
63 assertEquals(uri.toString(), CONTENT_URI_STRING); in insert() local