Searched refs:OPSTR_PHONE_CALL_MICROPHONE (Results 1 – 6 of 6) sorted by relevance
32 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()
86 private static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone"; field in PermissionUsages320 opNames.add(OPSTR_PHONE_CALL_MICROPHONE); in loadInBackground()
60 private static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone"; field in AppPermissionUsage335 allOps.add(OPSTR_PHONE_CALL_MICROPHONE); in getAllOps()
480 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()
1657 public static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone"; field in AppOpsManager2072 OPSTR_PHONE_CALL_MICROPHONE,
496 field public static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone";