Searched refs:cellInfoResult (Results 1 – 1 of 1) sorted by relevance
544 public List<CellInfo> cellInfoResult; field in ServiceStateTrackerTest.CellInfoHandler555 cellInfoResult = (List<CellInfo>) ar.result; in handleMessage()575 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponse()579 assertTrue("CellInfo Response Not Received", cih.cellInfoResult != null); in testGetCellInfoResponse()580 assertEquals(getCellInfoGsm(), cih.cellInfoResult.get(0)); in testGetCellInfoResponse()594 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponseTimeout()597 assertTrue("Spurious CellInfo Response Received", cih.cellInfoResult == null); in testGetCellInfoResponseTimeout()