HomeSort by relevance Sort by last modified time
    Searched defs:MODE_ALLOWED (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/binder/
IAppOpsService.h 51 MODE_ALLOWED = 0,
AppOpsManager.h 31 MODE_ALLOWED = IAppOpsService::MODE_ALLOWED,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 46 * for the operation under that caller: MODE_ALLOWED, MODE_IGNORED (don't execute the operation but
58 public static final int MODE_ALLOWED = 0;

Completed in 682 milliseconds