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

Commit 8ff509e2 authored by Sooraj Sasindran's avatar Sooraj Sasindran
Browse files

Move test files to test folder

Move test files to test folder

Bug: 137202333
Test: Make

Change-Id: Idf4af74519460a6b6442e32bd98c1cb2229b8d42
parent c2e553e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1127,7 +1127,7 @@ public class SimulatedCommandsVerifier implements CommandsInterface {
    }

    @Override
    public void sendCDMAFeatureCode(String FeatureCode, Message response) {
    public void sendCDMAFeatureCode(String featureCode, Message response) {

    }

@@ -1260,7 +1260,7 @@ public class SimulatedCommandsVerifier implements CommandsInterface {
    }

    @Override
    public void iccOpenLogicalChannel(String AID, int p2, Message response) {
    public void iccOpenLogicalChannel(String aid, int p2, Message response) {

    }