Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsControllerImpl.java273 if (isOpMicrophone(code)) { in updateActives()
497 if (isOpMicrophone(item.getCode())) { in updateSensorDisabledStatus()
567 private boolean isOpMicrophone(int op) { in isOpMicrophone() method in AppOpsControllerImpl