Searched refs:cih (Results 1 – 1 of 1) sorted by relevance
568 CellInfoHandler cih = new CellInfoHandler(mSSTTestHandler.getLooper()); in testGetCellInfoResponse() local570 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponse()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()587 CellInfoHandler cih = new CellInfoHandler(mSSTTestHandler.getLooper()); in testGetCellInfoResponseTimeout() local589 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponseTimeout()594 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponseTimeout()597 assertTrue("Spurious CellInfo Response Received", cih.cellInfoResult == null); in testGetCellInfoResponseTimeout()