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

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

Completed in 319 milliseconds