Home
last modified time | relevance | path

Searched refs:setDataRegStateResult (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java245 mSimulatedCommands.setDataRegStateResult(regResult); in testGetNetworkRegistrationInfoV1_5()
343 mSimulatedCommands.setDataRegStateResult(regResult); in testGetNetworkRegistrationInfoV1_6WithLte()
434 mSimulatedCommands.setDataRegStateResult(regResult); in testGetNetworkRegistrationInfoV1_6WithNr()
DSimulatedCommands.java2422 public void setDataRegStateResult(Object regStateResult) { in setDataRegStateResult() method in SimulatedCommands