Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/permission/
H A DPermissionUsageHelper.java32 import static android.app.AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE;
123 OPSTR_PHONE_CALL_MICROPHONE,
138 case OPSTR_PHONE_CALL_MICROPHONE: in getGroupForOp()
296 || usedPermGroups.contains(OPSTR_PHONE_CALL_MICROPHONE); in getOpUsageData()
307 usedPermGroups.remove(OPSTR_PHONE_CALL_MICROPHONE); in getOpUsageData()
319 if (permGroup.equals(OPSTR_PHONE_CALL_MICROPHONE)) { in getOpUsageData()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/
H A DPermissionUsages.java86 private static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone"; field in PermissionUsages
320 opNames.add(OPSTR_PHONE_CALL_MICROPHONE); in loadInBackground()
H A DAppPermissionUsage.java60 private static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone"; field in AppPermissionUsage
335 allOps.add(OPSTR_PHONE_CALL_MICROPHONE); in getAllOps()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
H A DAppOpsControllerTest.java480 AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE, TEST_UID, TEST_PACKAGE_NAME, true); in testPausedPhoneCallMicrophoneFilteredOut()
584 AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE, TEST_UID_OTHER, TEST_PACKAGE_NAME, true); in testPhoneCallMicrophoneFilteredWhenMicDisabled()
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1657 public static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone"; field in AppOpsManager
2072 OPSTR_PHONE_CALL_MICROPHONE,
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt496 field public static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone";