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.java221 String testProviderAuthority = authorityPackage + ".TestInfo"; in LauncherInstrumentation() local
224 .authority(testProviderAuthority) in LauncherInstrumentation()
232 testProviderAuthority, MATCH_ALL | MATCH_DISABLED_COMPONENTS); in LauncherInstrumentation()
233 assertNotNull("Cannot find content provider for " + testProviderAuthority, pi); in LauncherInstrumentation()