Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java244 String testProviderAuthority = mLauncherPackage + ".TestInfo"; in LauncherInstrumentation() local
247 .authority(testProviderAuthority) in LauncherInstrumentation()
255 testProviderAuthority, MATCH_ALL | MATCH_DISABLED_COMPONENTS); in LauncherInstrumentation()
256 assertNotNull("Cannot find content provider for " + testProviderAuthority, pi); in LauncherInstrumentation()