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 160 public static final int OP_WRITE_SETTINGS = 23;
263 OP_WRITE_SETTINGS,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 190 AppOpsManager.OP_WRITE_SETTINGS,
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 377 setAppOps(AppOpsManager.OP_NONE, AppOpsManager.OP_WRITE_SETTINGS);
753 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SETTINGS, Binder.getCallingUid()
    [all...]

Completed in 558 milliseconds