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

Commit ae38020e authored by Daniel Bright's avatar Daniel Bright
Browse files

Rollback telephony-resources

Bug: 149776042
Test: TeleServiceTests
Change-Id: If09e69676e1fe4d8bd63901266a11acd5b48807a
parent e49fc374
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ public class ImsUtTest extends TelephonyTest {
    public void testClirConversionCompat() throws Exception {
        ArgumentCaptor<ImsUt.IImsUtListenerProxy> captor =
                ArgumentCaptor.forClass(ImsUt.IImsUtListenerProxy.class);
        ImsUt mImsUt = new ImsUt(mContext, mImsUtBinder);
        ImsUt mImsUt = new ImsUt(mImsUtBinder);
        verify(mImsUtBinder).setListener(captor.capture());
        ImsUt.IImsUtListenerProxy proxy = captor.getValue();
        assertNotNull(proxy);
@@ -129,7 +129,7 @@ public class ImsUtTest extends TelephonyTest {
    public void testClipConversionCompat() throws Exception {
        ArgumentCaptor<ImsUt.IImsUtListenerProxy> captor =
                ArgumentCaptor.forClass(ImsUt.IImsUtListenerProxy.class);
        ImsUt mImsUt = new ImsUt(mContext, mImsUtBinder);
        ImsUt mImsUt = new ImsUt(mImsUtBinder);
        verify(mImsUtBinder).setListener(captor.capture());
        ImsUt.IImsUtListenerProxy proxy = captor.getValue();
        assertNotNull(proxy);