Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUserManager.java114 protected List<EnforcingUser> getUserRestrictionSources( in getUserRestrictionSources() method in ShadowUserManager
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSettingsTest.java168 when(mUserManager.getUserRestrictionSources( in setupIsTetherAvailable()
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationEnablerTest.java197 when(mUserManager.getUserRestrictionSources( in setRestriction_getShareLocationEnforcedAdmin_shouldReturnEnforcedAdmin()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DAllInOneTetherSettingsTest.java222 when(mUserManager.getUserRestrictionSources( in setupIsTetherAvailable()
DTetherSettingsTest.java368 when(mUserManager.getUserRestrictionSources( in setupIsTetherAvailable()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java430 .getUserRestrictionSources(restrictionKey, userHandle); in hasUserRestriction()