Home
last modified time | relevance | path

Searched defs:CONTENT_URI_STRING (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/common/
DADPFAtomTestConstants.java30 public static final String CONTENT_URI_STRING = "content://" + CONTENT_AUTHORITY + "/test_data"; field in ADPFAtomTestConstants
/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestDataProvider.java63 assertEquals(uri.toString(), CONTENT_URI_STRING); in insert() local