Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java32 import static android.app.AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE;
136 OPSTR_PHONE_CALL_MICROPHONE,
153 case OPSTR_PHONE_CALL_MICROPHONE: in getGroupForOp()
318 || usedPermGroups.contains(OPSTR_PHONE_CALL_MICROPHONE); in getOpUsageDataByDevice()
329 usedPermGroups.remove(OPSTR_PHONE_CALL_MICROPHONE); in getOpUsageDataByDevice()
346 if (permGroup.equals(OPSTR_PHONE_CALL_MICROPHONE)) { in getOpUsageDataByDevice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
DAppOpsControllerTest.java265 when(entry1.getOpStr()).thenReturn(AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE); in startListening_fetchesCurrentActive_multipleEntries()
357 AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE, in addCallback_existingCallbacksNotifiedOfCurrentActive()
753 AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE, TEST_UID, TEST_PACKAGE_NAME, true); in testPausedPhoneCallMicrophoneFilteredOut()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1724 OPSTR_PHONE_CALL_MICROPHONE,
2137 public static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone"; field in AppOpsManager
2933 new AppOpInfo.Builder(OP_PHONE_CALL_MICROPHONE, OPSTR_PHONE_CALL_MICROPHONE,
/frameworks/base/core/api/
Dsystem-current.txt683 field public static final String OPSTR_PHONE_CALL_MICROPHONE = "android:phone_call_microphone";