Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java463 mSimulatedCommands.setCellInfoList(list); in testCachedCellInfoList()
499 mSimulatedCommands.setCellInfoList(list); in testGetCellInfoResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1885 public void setCellInfoList(List<CellInfo> list) { in setCellInfoList() method in SimulatedCommands