Home
last modified time | relevance | path

Searched refs:OP_BLUETOOTH_CONNECT (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/permission/include/binder/
DAppOpsManager.h145 OP_BLUETOOTH_CONNECT = 111, enumerator
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java29 import static android.app.AppOpsManager.OP_BLUETOOTH_CONNECT;
1643 if (op == OP_BLUETOOTH_CONNECT && result == MODE_ERRORED) { in performOpTransaction()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java36 import static android.app.AppOpsManager.OP_BLUETOOTH_CONNECT;
3103 if (code == OP_BLUETOOTH_CONNECT) { in noteOperationImpl()
3137 if (code == OP_BLUETOOTH_CONNECT) { in noteOperationUnchecked()
3161 if (code == OP_BLUETOOTH_CONNECT) { in noteOperationUnchecked()
3216 if (code == OP_BLUETOOTH_CONNECT && uidMode == MODE_ERRORED) { in noteOperationUnchecked()
3240 if (code == OP_BLUETOOTH_CONNECT && mode == MODE_ERRORED) { in noteOperationUnchecked()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1172 public static final int OP_BLUETOOTH_CONNECT = AppProtoEnums.APP_OP_BLUETOOTH_CONNECT; field in AppOpsManager
2570 OP_BLUETOOTH_CONNECT,
2961 new AppOpInfo.Builder(OP_BLUETOOTH_CONNECT, OPSTR_BLUETOOTH_CONNECT, "BLUETOOTH_CONNECT")
8070 if (code == OP_BLUETOOTH_CONNECT) { in setUidMode()
8147 if (code == OP_BLUETOOTH_CONNECT) { in setMode()