Searched refs:mIsSettable (Results 1 – 1 of 1) sorted by relevance
384 private final boolean mIsSettable; field in DeviceStateRotationLockSettingsManager.SettableDeviceState388 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()