Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationInjectedServicesPreferenceControllerTest.java129 ShadowUserManager.getShadow().setProfileIdsWithDisabled( in workProfileDisallowShareLocationOn_getParentUserLocationServicesOnly()
160 ShadowUserManager.getShadow().setProfileIdsWithDisabled( in workProfileDisallowShareLocationOff_getAllUserLocationServices()
190 ShadowUserManager.getShadow().setProfileIdsWithDisabled( in privateProfileDisallowShareLocationOn_getParentUserLocationServicesOnly()
225 ShadowUserManager.getShadow().setProfileIdsWithDisabled( in privateProfileDisallowShareLocationOff_getAllUserLocationServices()
266 ShadowUserManager.getShadow().setProfileIdsWithDisabled(new int[]{UserHandle.myUserId()}); in withUserRestriction_shouldDisableLocationAccuracy()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java215 public void setProfileIdsWithDisabled(int[] profileIds) { in setProfileIdsWithDisabled() method in ShadowUserManager