Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherPreferenceController.java42 private volatile boolean mIsTetheringSupported; field in WifiTetherPreferenceController
50 if (mIsTetheringSupported != supported) {
51 mIsTetheringSupported = supported;
97 return mIsTetheringSupported ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()