Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java1358 final int swToggleIdx = 0; in userSwitching() local
1362 prevMicState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(from, in userSwitching()
1364 prevCamState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(from, in userSwitching()
1366 micState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(to, in userSwitching()
1368 camState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(to, in userSwitching()
1383 if (from == USER_NULL || prevMicState[swToggleIdx] != micState[swToggleIdx] in userSwitching()
1386 micState[swToggleIdx]); in userSwitching()
1389 setGlobalRestriction(MICROPHONE, micState[swToggleIdx] || micState[hwToggleIdx]); in userSwitching()
1391 if (from == USER_NULL || prevCamState[swToggleIdx] != camState[swToggleIdx] in userSwitching()
1394 camState[swToggleIdx]); in userSwitching()
[all …]