Searched refs:TABLE2_URI (Results 1 – 1 of 1) sorted by relevance
55 private static final Uri TABLE2_URI = Uri.parse("content://" + AUTHORITY + "/testtable2/"); field in ContentResolverTest252 String type2 = mContentResolver.getType(TABLE2_URI); in testGetType()