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

  /frameworks/native/include/binder/
IAppOpsService.h 52 MODE_IGNORED = 1,
AppOpsManager.h 32 MODE_IGNORED = IAppOpsService::MODE_IGNORED,
  /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
59 public static final int MODE_IGNORED = 1;
472 return MODE_IGNORED;
480 return MODE_IGNORED;
492 return MODE_IGNORED;
500 return MODE_IGNORED;
516 return MODE_IGNORED;
524 return MODE_IGNORED;

Completed in 916 milliseconds