Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java227 String testProviderAuthority = mTargetContext.getPackageName() + ".grid_control"; in applyGridOption() local
230 .authority(testProviderAuthority) in applyGridOption()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java268 String testProviderAuthority = mLauncherPackage + ".TestInfo"; in LauncherInstrumentation() local
271 .authority(testProviderAuthority) in LauncherInstrumentation()
279 testProviderAuthority, MATCH_ALL | MATCH_DISABLED_COMPONENTS); in LauncherInstrumentation()
280 assertNotNull("Cannot find content provider for " + testProviderAuthority, pi); in LauncherInstrumentation()