Home
last modified time | relevance | path

Searched defs:isWifiTetheringAllowed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiEnterpriseRestrictionUtils.java38 public static boolean isWifiTetheringAllowed(Context context) { in isWifiTetheringAllowed() method in WifiEnterpriseRestrictionUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DHotspotTile.java181 boolean isDataSaverEnabled, int numConnectedDevices, boolean isWifiTetheringAllowed) { in getSecondaryLabel()