Home
last modified time | relevance | path

Searched refs:testProviderAuthority (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java177 String testProviderAuthority = authorityPackage + ".TestInfo"; in LauncherInstrumentation() local
180 .authority(testProviderAuthority) in LauncherInstrumentation()
193 testProviderAuthority, MATCH_ALL | MATCH_DISABLED_COMPONENTS); in LauncherInstrumentation()
194 assertNotNull("Cannot find content provider for " + testProviderAuthority, pi); in LauncherInstrumentation()