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

Commit b85c4047 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Modify tests to conform with exception changes

Bug: 122480210
Test: atest FrameworksTelephonyTests
Change-Id: I3b2ec20d773071a63b7d806bd5a2a223a77c7ccd
parent a333194d
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.