Searched refs:OP_WRITE_SETTINGS (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | AppOpsManager.h | 63 OP_WRITE_SETTINGS = 23, enumerator
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 651 public static final int OP_WRITE_SETTINGS = 23; field in AppOpsManager 1206 OP_WRITE_SETTINGS, 1244 OP_WRITE_SETTINGS, // WRITE_SETTINGS
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 15347 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in isCallingPackageAllowedToWriteSettings() 15366 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in checkAndNoteWriteSettingsOperation() 15390 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in checkAndNoteChangeNetworkStateOperation()
|