Searched refs:isCellularAvailable (Results 1 – 5 of 5) sorted by relevance
588 if (newInfo.isCellularAvailable() != mLastQnsTelephonyInfo.isCellularAvailable()) { in onServiceStateChanged()589 sb.append(" cellAvailable:").append(newInfo.isCellularAvailable()); in onServiceStateChanged()930 + isCellularAvailable() in toString()934 boolean isCellularAvailable( in isCellularAvailable() method in QnsTelephonyListener.QnsTelephonyInfoIms940 return super.isCellularAvailable() in isCellularAvailable()945 return super.isCellularAvailable() in isCellularAvailable()1065 boolean isCellularAvailable() { in isCellularAvailable() method in QnsTelephonyListener.QnsTelephonyInfo
556 || mLastQnsTelephonyInfo.isCellularAvailable() != info.isCellularAvailable()) { in onQnsTelephonyInfoChanged()557 if (!info.isCellularAvailable()) { in onQnsTelephonyInfoChanged()
473 && infoIms.isCellularAvailable()) { in onQnsTelephonyInfoChanged()488 infoIms.isCellularAvailable( in onQnsTelephonyInfoChanged()495 } else if (mCellularAvailable != info.isCellularAvailable()) { in onQnsTelephonyInfoChanged()496 mCellularAvailable = info.isCellularAvailable(); in onQnsTelephonyInfoChanged()1104 .isCellularAvailable()) in isAllowed()
176 assertFalse(qtInfo.isCellularAvailable()); in testGetLastQnsTelephonyInfo()186 assertTrue(qtInfo.isCellularAvailable()); in testGetLastQnsTelephonyInfo()557 assertTrue(mQtListener.mLastQnsTelephonyInfoIms.isCellularAvailable()); in testOnCellularServiceStateChangedWithLteVopsOnHome()586 assertTrue(mQtListener.mLastQnsTelephonyInfoIms.isCellularAvailable()); in testOnCellularServiceStateChangedWithLteVopsOnRoam()949 assertFalse(qtInfo.isCellularAvailable()); in testQnsTelephonyInfo()964 assertTrue(qtInfo.isCellularAvailable()); in testQnsTelephonyInfo()
706 when(mQnsTelephonyInfo.isCellularAvailable()).thenReturn(true, false); in testOnQnsTelephonyInfoChanged()