Home
last modified time | relevance | path

Searched refs:OP_WRITE_SETTINGS (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h63 OP_WRITE_SETTINGS = 23, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java651 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/
DSettings.java15347 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()