Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
DDeviceStateRotationLockSettingsManager.java384 private final boolean mIsSettable; field in DeviceStateRotationLockSettingsManager.SettableDeviceState
388 mIsSettable = isSettable; in SettableDeviceState()
398 return mIsSettable; in isSettable()
406 return mDeviceState == that.mDeviceState && mIsSettable == that.mIsSettable; in equals()
411 return Objects.hash(mDeviceState, mIsSettable); in hashCode()
418 + ", mIsSettable=" + mIsSettable in toString()