HomeSort by relevance Sort by last modified time
    Searched refs:OP_WRITE_SETTINGS (Results 1 - 4 of 4) sorted by null

  /frameworks/native/include/binder/
AppOpsManager.h 61 OP_WRITE_SETTINGS = 23,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 148 public static final int OP_WRITE_SETTINGS = 23;
235 OP_WRITE_SETTINGS,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 189 AppOpsManager.OP_WRITE_SETTINGS,
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 334 setAppOps(AppOpsManager.OP_NONE, AppOpsManager.OP_WRITE_SETTINGS);
635 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SETTINGS, Binder.getCallingUid(),
    [all...]

Completed in 36 milliseconds