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

Commit e7474cf1 authored by Hall Liu's avatar Hall Liu
Browse files

Change method name to match API changes

Bug: 143564665
Test: compiles
Change-Id: I251e92e1abd665c16eca011ab5d6754bd15a809a
parent 83878322
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class TestCallScreeningService extends CallScreeningService {
                .setRejectCall(false)
                .setSkipCallLog(false)
                .setSkipNotification(false)
                .setShouldScreenCallFurther(true)
                .setShouldScreenCallViaAudioProcessing(true)
                .build();
        respondToCall(mDetails, response);
    }