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

Commit 53512b6b authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Modify tests to conform with exception changes" am: 54bc6290 am: 311d8d59

am: 41de049e

Change-Id: I0fc122b676bc29abccb2df111936ea7589075985
parents 8a7eef15 41de049e
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.