Searched refs:TEST_AUTHORITY (Results 1 – 2 of 2) sorted by relevance
48 private static final String TEST_AUTHORITY = "android.app.stubs.provider"; field in AttributionTagsTest127 .acquireContentProviderClient(TEST_AUTHORITY)) { in assertAttributionTag()129 final Bundle res = client.call(TEST_AUTHORITY, method, null, null); in assertAttributionTag()
178 private static final String TEST_AUTHORITY = "android.app.usage.cts.test1.provider"; field in UsageStatsTest179 private static final String TEST_APP_CONTENT_URI_STRING = "content://" + TEST_AUTHORITY;