Searched refs:mIsTetheringSupported (Results 1 – 1 of 1) sorted by relevance
42 private volatile boolean mIsTetheringSupported; field in WifiTetherPreferenceController50 if (mIsTetheringSupported != supported) {51 mIsTetheringSupported = supported;97 return mIsTetheringSupported ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()