Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellularNetworkServiceTest.java230 mSimulatedCommands.setDataRegStateResult(regResult); in testGetNetworkRegistrationInfoV1_5()
323 mSimulatedCommands.setDataRegStateResult(regResult); in testGetNetworkRegistrationInfoV1_6WithLte()
409 mSimulatedCommands.setDataRegStateResult(regResult); in testGetNetworkRegistrationInfoV1_6WithNr()
H A DSimulatedCommands.java2451 public void setDataRegStateResult(Object regStateResult) { in setDataRegStateResult() method in SimulatedCommands