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

  /frameworks/native/include/binder/
IAppOpsService.h 53 MODE_ERRORED = 2
AppOpsManager.h 33 MODE_ERRORED = IAppOpsService::MODE_ERRORED
  /frameworks/base/core/java/android/app/
AppOpsManager.java 47 * fake its behavior enough so that the caller doesn't crash), MODE_ERRORED (through a
60 public static final int MODE_ERRORED = 2;
458 if (mode == MODE_ERRORED) {
478 if (mode == MODE_ERRORED) {
502 if (mode == MODE_ERRORED) {

Completed in 484 milliseconds