Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java205 int setProtectionCnt = 0; in showCameraProtection() local
211 ++setProtectionCnt; in showCameraProtection()
217 if (setProtectionCnt == 0) { in showCameraProtection()
241 int setProtectionCnt = 0; in hideCameraProtection() local
247 ++setProtectionCnt; in hideCameraProtection()
250 if (setProtectionCnt == 0) { in hideCameraProtection()