Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
H A DWifiRestrictionsCacheTest.java123 wifiRestrictionsCache.getRestriction(DISALLOW_CONFIG_WIFI); in getRestriction_firstTime_getFromSystem()
133 wifiRestrictionsCache.getRestriction(DISALLOW_CONFIG_WIFI); in getRestriction_secondTime_notGetFromSystem()
137 wifiRestrictionsCache.getRestriction(DISALLOW_CONFIG_WIFI); in getRestriction_secondTime_notGetFromSystem()
147 wifiRestrictionsCache.getRestriction(DISALLOW_CONFIG_WIFI); in clearRestrictions_shouldGetRestrictionFromSystemAgain()
152 wifiRestrictionsCache.getRestriction(DISALLOW_CONFIG_WIFI); in clearRestrictions_shouldGetRestrictionFromSystemAgain()
/aosp12/packages/apps/Settings/src/com/android/settings/privacy/
H A DSensorToggleController.java52 protected String getRestriction() { in getRestriction() method in SensorToggleController
76 .checkIfRestrictionEnforced(mContext, getRestriction(), mContext.getUserId())); in displayPreference()
H A DCameraToggleController.java47 protected String getRestriction() { in getRestriction() method in CameraToggleController
H A DMicToggleController.java47 protected String getRestriction() { in getRestriction() method in MicToggleController
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiRestrictionsCache.java101 public Boolean getRestriction(String key) { in getRestriction() method in WifiRestrictionsCache
129 return !getRestriction(DISALLOW_CONFIG_WIFI); in isConfigWifiAllowed()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DSensorPrivacyToggleTile.java70 public abstract String getRestriction(); in getRestriction() method in SensorPrivacyToggleTile
112 checkIfRestrictionEnforcedByAdminOnly(state, getRestriction()); in handleUpdateState()
H A DCameraToggleTile.java92 public String getRestriction() { in getRestriction() method in CameraToggleTile
H A DMicrophoneToggleTile.java92 public String getRestriction() { in getRestriction() method in MicrophoneToggleTile
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
H A DUpdateParameter.java122 public String getRestriction() { in getRestriction() method in UpdateParameter
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointXmlUtils.java478 XmlUtil.writeNextValue(out, XML_TAG_RESTRICTION, param.getRestriction()); in serializeUpdateParameter()
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt797 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->getRestriction()Ljava/lang/String;