Searched refs:CONTENT_URI_STRING (Results 1 – 4 of 4) sorted by relevance
21 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_URI_STRING;63 assertEquals(uri.toString(), CONTENT_URI_STRING); in insert() local
23 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_URI_STRING;76 getContentResolver().insert(Uri.parse(CONTENT_URI_STRING), values)); in onCreate()
30 public static final String CONTENT_URI_STRING = "content://" + CONTENT_AUTHORITY + "/test_data"; field in ADPFAtomTestConstants
23 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_URI_STRING;82 Uri uri = Uri.parse(CONTENT_URI_STRING); in testAdpfTidCleanup()