Home
last modified time | relevance | path

Searched defs:MODE_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DIAppOpsService.h51 MODE_ALLOWED = 0, enumerator
DAppOpsManager.h31 MODE_ALLOWED = IAppOpsService::MODE_ALLOWED, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java58 public static final int MODE_ALLOWED = 0; field in AppOpsManager