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

Commit 48f54d8f authored by Cody Kesting's avatar Cody Kesting
Browse files

Correct variable name in VcnManagementService.

Bug: 182291467
Test: atest FrameworksVcnTests CtsVcnTestCases
Change-Id: If4fcaa523e5cac85c916f7c41cef996129652a5d
parent 88c5fe5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -335,8 +335,8 @@ public class VcnManagementService extends IVcnManagementService.Stub {
                @NonNull Context context,
                @NonNull Looper looper,
                @NonNull VcnNetworkProvider vcnNetworkProvider,
                boolean getIsInTestMode) {
            return new VcnContext(context, looper, vcnNetworkProvider, getIsInTestMode);
                boolean isInTestMode) {
            return new VcnContext(context, looper, vcnNetworkProvider, isInTestMode);
        }

        /** Creates a new Vcn instance using the provided configuration */