Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java500 CellInfoHandler cih = new CellInfoHandler(mSSTTestHandler.getLooper()); in testGetCellInfoResponse() local
502 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponse()
507 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponse()
511 assertTrue("CellInfo Response Not Received", cih.cellInfoResult != null); in testGetCellInfoResponse()
512 assertEquals(getCellInfoGsm(), cih.cellInfoResult.get(0)); in testGetCellInfoResponse()
519 CellInfoHandler cih = new CellInfoHandler(mSSTTestHandler.getLooper()); in testGetCellInfoResponseTimeout() local
521 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponseTimeout()
526 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponseTimeout()
529 assertTrue("Spurious CellInfo Response Received", cih.cellInfoResult == null); in testGetCellInfoResponseTimeout()