Searched defs:OP_NONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/binder/
H A DAppOpsManager.h37 OP_NONE = -1, enumerator in enum:android::AppOpsManager::__anon1335
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java113 public static final int OP_NONE = -1; field in class:AppOpsManager
1022 if (op == OP_NONE) return "NONE";
1062 return boxedOpCode != null ? boxedOpCode : OP_NONE;

Completed in 508 milliseconds