Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 868adb34 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Add PERMISSION_DENIED to convertResult." into oc-dev

am: d111a91c

Change-Id: I1860fc445ffe3bffd41162043dc99f5eafb5eda6
parents ec8528fc d111a91c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ Result convertResult(status_t status) {
            return Result::NO_MEMORY;
        case NO_INIT:
            return Result::NO_INIT;
        case PERMISSION_DENIED:
            return Result::PERMISSION_DENIED;
        case BAD_VALUE:
            return Result::BAD_VALUE;
        case INVALID_OPERATION: