Searched refs:mockCi (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
H A D | LogicalChannelMocker.java | 44 public static int mockOpenLogicalChannelResponse(CommandsInterface mockCi, in mockOpenLogicalChannelResponse() argument 56 }).when(mockCi).iccOpenLogicalChannel(anyString(), anyInt(), response.capture()); in mockOpenLogicalChannelResponse() 64 public static void mockSendToLogicalChannel(CommandsInterface mockCi, int channel, in mockSendToLogicalChannel() argument 91 }).when(mockCi).iccTransmitApduLogicalChannel(eq(channel), anyInt(), anyInt(), anyInt(), in mockSendToLogicalChannel() 95 public static void mockCloseLogicalChannel(CommandsInterface mockCi, int channel) { in mockCloseLogicalChannel() argument 102 }).when(mockCi).iccCloseLogicalChannel(eq(channel), response.capture()); in mockCloseLogicalChannel()
|