Searched refs:readPersistedSetting (Results 1 – 2 of 2) sorted by relevance
89 readPersistedSetting("deviceStateRotationLockChange", mDeviceState); in setListening()135 readPersistedSetting("updateDeviceState", state.getIdentifier()); in updateDeviceState()141 private void readPersistedSetting(String caller, int state) { in readPersistedSetting() method in DeviceStateRotationLockSettingController147 mLogger.readPersistedSetting(caller, state, rotationLockSetting, shouldBeLocked, isLocked); in readPersistedSetting()
94 fun readPersistedSetting( in readPersistedSetting() method