Searched refs:bqrVsLstoFromParcel (Results 1 – 1 of 1) sorted by relevance
602 BqrVsLsto bqrVsLstoFromParcel = BqrVsLsto.CREATOR.createFromParcel(parcel); in readWriteBqrVsApproachLstoParcel() local605 Assert.assertNotNull(bqrVsLstoFromParcel); in readWriteBqrVsApproachLstoParcel()606 Assert.assertEquals(bqrp.mConnState & 0xFF, bqrVsLstoFromParcel.getConnState()); in readWriteBqrVsApproachLstoParcel()609 BqrVsLsto.connStateToString(bqrVsLstoFromParcel.getConnState())); in readWriteBqrVsApproachLstoParcel()610 Assert.assertEquals(bqrp.mBasebandStats, bqrVsLstoFromParcel.getBasebandStats()); in readWriteBqrVsApproachLstoParcel()611 Assert.assertEquals(bqrp.mSlotsUsed, bqrVsLstoFromParcel.getSlotsUsed()); in readWriteBqrVsApproachLstoParcel()612 Assert.assertEquals(bqrp.mCxmDenials, bqrVsLstoFromParcel.getCxmDenials()); in readWriteBqrVsApproachLstoParcel()613 Assert.assertEquals(bqrp.mTxSkipped, bqrVsLstoFromParcel.getTxSkipped()); in readWriteBqrVsApproachLstoParcel()614 Assert.assertEquals(bqrp.mRfLoss, bqrVsLstoFromParcel.getRfLoss()); in readWriteBqrVsApproachLstoParcel()615 Assert.assertEquals(bqrp.mNativeClock, bqrVsLstoFromParcel.getNativeClock()); in readWriteBqrVsApproachLstoParcel()[all …]