Searched refs:OP_MUTE_MICROPHONE (Results 1 - 4 of 4) sorted by relevance
/frameworks/native/include/binder/ | ||
H A D | AppOpsManager.h | 84 OP_MUTE_MICROPHONE = 44, enumerator in enum:android::AppOpsManager::__anon1439 |
/frameworks/native/libs/binder/include/binder/ | ||
H A D | AppOpsManager.h | 84 OP_MUTE_MICROPHONE = 44, enumerator in enum:android::AppOpsManager::__anon1559 |
/frameworks/base/core/java/android/app/ | ||
H A D | AppOpsManager.java | 288 public static final int OP_MUTE_MICROPHONE = 44; field in class:AppOpsManager 704 OP_MUTE_MICROPHONE, // MUTE_MICROPHONE |
/frameworks/base/services/core/java/com/android/server/audio/ | ||
H A D | AudioService.java | 2455 // If OP_MUTE_MICROPHONE is set, disallow unmuting. 2456 if (!on && mAppOps.noteOp(AppOpsManager.OP_MUTE_MICROPHONE, uid, callingPackage) |
Completed in 26 milliseconds