Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DLauncherAppsProfileTest.java85 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mProfileSerialNumber)); in testGetActivitiesWithProfile()
88 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mMainUserSerialNumber)); in testGetActivitiesWithProfile()
93 mProfileUserId, Collections.singletonMap(PARAM_TEST_USER, mProfileSerialNumber)); in testGetActivitiesWithProfile()
98 mProfileUserId, Collections.singletonMap(PARAM_TEST_USER, mMainUserSerialNumber)); in testGetActivitiesWithProfile()
118 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mMainUserSerialNumber)); in testProfileOwnerAppHiddenInPrimaryProfile()
132 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mProfileSerialNumber)); in testNoHiddenActivityInProfile()
135 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mMainUserSerialNumber)); in testNoHiddenActivityInProfile()
147 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mProfileSerialNumber)); in testLauncherCallbackPackageAddedProfile()
160 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mProfileSerialNumber)); in testLauncherCallbackPackageRemovedProfile()
173 mParentUserId, Collections.singletonMap(PARAM_TEST_USER, mProfileSerialNumber)); in testLauncherCallbackPackageChangedProfile()
[all …]
DLauncherAppsSingleUserTest.java62 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testInstallAppMainUser()
75 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testLauncherCallbackPackageAddedMainUser()
88 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testLauncherCallbackPackageRemovedMainUser()
101 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testLauncherCallbackPackageChangedMainUser()
111 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testLauncherNonExportedAppFails()
121 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testLaunchNonExportActivityFails()
131 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testLaunchMainActivity()
DLimitAppIconHidingTest.java80 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testNoLaunchableActivityAppHasAppDetailsActivityInjected()
89 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testNoSystemAppHasSyntheticAppDetailsActivityInjected()
98 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testNoComponentAppNotInjected()
107 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testNoPermissionAppNotInjected()
116 mCurrentUserId, Collections.singletonMap(PARAM_TEST_USER, mSerialNumber)); in testGetSetSyntheticAppDetailsActivityEnabled()
DLauncherAppsMultiUserTest.java72 Collections.singletonMap(PARAM_TEST_USER, mSecondaryUserSerialNumber)); in testGetActivitiesForNonProfileFails()
85 Collections.singletonMap(PARAM_TEST_USER, mSecondaryUserSerialNumber)); in testNoLauncherCallbackPackageAddedSecondaryUser()
DBaseLauncherAppsTest.java31 protected static final String PARAM_TEST_USER = "testUser"; field in BaseLauncherAppsTest
DDeviceOwnerTest.java1121 mPrimaryUserId, Collections.singletonMap(BaseLauncherAppsTest.PARAM_TEST_USER, in testNoHiddenActivityFoundTest()