Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPermissionController.h41 MODE_ALLOWED = 0, enumerator
DIAppOpsService.h62 MODE_ALLOWED = 0, enumerator
DAppOpsManager.h33 MODE_ALLOWED = IAppOpsService::MODE_ALLOWED, enumerator
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsServiceTest.java202 MODE_ALLOWED /* default for WIFI_SCAN; this is not changed or used in this test */); in testNoteOperationAndGetOpsForPackage_controlledByDifferentOp() local
210 MODE_ALLOWED /* default for WIFI_SCAN; this is not changed or used in this test */); in testNoteOperationAndGetOpsForPackage_controlledByDifferentOp() local
/frameworks/base/core/java/android/app/
DAppOpsManager.java170 public static final int MODE_ALLOWED = 0; field in AppOpsManager