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

Commit 41de049e 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

Change-Id: Icc17b5f9a6de907b10f8c3648337e2df58b96787
parents 31aaf09e 311d8d59
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.