Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java1080 final int swToggleIdx = 0; in userSwitching() local
1084 prevMicState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(from, in userSwitching()
1086 prevCamState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(from, in userSwitching()
1088 micState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(to, in userSwitching()
1090 camState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(to, in userSwitching()
1105 if (from == USER_NULL || prevMicState[swToggleIdx] != micState[swToggleIdx] in userSwitching()
1108 micState[swToggleIdx]); in userSwitching()
1111 setGlobalRestriction(MICROPHONE, micState[swToggleIdx] || micState[hwToggleIdx]); in userSwitching()
1113 if (from == USER_NULL || prevCamState[swToggleIdx] != camState[swToggleIdx] in userSwitching()
1116 camState[swToggleIdx]); in userSwitching()
[all …]