Searched refs:imsCommand (Results 1 – 2 of 2) sorted by relevance
74 public CallSessionEventBuilder setImsCommand(int imsCommand) { in setImsCommand() argument75 mEvent.imsCommand = imsCommand; in setImsCommand()
243 assertEquals(ImsCommand.IMS_CMD_START, log.callSessions[0].events[0].imsCommand); in testWriteOnImsCallStart()354 assertEquals(123, log.callSessions[0].events[1].imsCommand); in testWriteOnImsCommand()