Searched refs:bqrVsLsto (Results 1 – 1 of 1) sorted by relevance
84 BqrVsLsto bqrVsLsto = (BqrVsLsto) bqr.getBqrEvent(); in assertBqrApproachLsto() local85 Assert.assertNotNull(bqrVsLsto); in assertBqrApproachLsto()89 Assert.assertEquals(bqrp.mConnState & 0xFF, bqrVsLsto.getConnState()); in assertBqrApproachLsto()91 "CONN_UNPARK_ACTIVE", BqrVsLsto.connStateToString(bqrVsLsto.getConnState())); in assertBqrApproachLsto()92 Assert.assertEquals(bqrp.mBasebandStats, bqrVsLsto.getBasebandStats()); in assertBqrApproachLsto()93 Assert.assertEquals(bqrp.mSlotsUsed, bqrVsLsto.getSlotsUsed()); in assertBqrApproachLsto()94 Assert.assertEquals(bqrp.mCxmDenials, bqrVsLsto.getCxmDenials()); in assertBqrApproachLsto()95 Assert.assertEquals(bqrp.mTxSkipped, bqrVsLsto.getTxSkipped()); in assertBqrApproachLsto()96 Assert.assertEquals(bqrp.mRfLoss, bqrVsLsto.getRfLoss()); in assertBqrApproachLsto()97 Assert.assertEquals(bqrp.mNativeClock, bqrVsLsto.getNativeClock()); in assertBqrApproachLsto()[all …]