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

Commit 54bc6290 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Modify tests to conform with exception changes"

parents 7e7327aa b85c4047
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,8 +64,8 @@ public class MmTelFeatureConnectionTest extends TelephonyTest {

        // A callback has been registered. Register that callback with the MmTelFeature.
        @Override
        public boolean registerCallback(TestCallback localCallback) {
            return mCallbacks.add(localCallback);
        public void registerCallback(TestCallback localCallback) {
            mCallbacks.add(localCallback);
        }

        // A callback has been removed, unregister that callback with the MmTelFeature.