Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneStateListenerTest.java99 private boolean mOnPreciseDataConnectionStateChanged; field in PhoneStateListenerTest
668 mOnPreciseDataConnectionStateChanged = true; in testOnPreciseDataConnectionStateChanged()
679 if (!mOnPreciseDataConnectionStateChanged) { in testOnPreciseDataConnectionStateChanged()
684 assertThat(mOnPreciseDataConnectionStateChanged).isTrue(); in testOnPreciseDataConnectionStateChanged()
DTelephonyCallbackTest.java106 private boolean mOnPreciseDataConnectionStateChanged; field in TelephonyCallbackTest
818 mOnPreciseDataConnectionStateChanged = true; in onPreciseDataConnectionStateChanged()
860 if (!mOnPreciseDataConnectionStateChanged) { in testOnPreciseDataConnectionStateChangedByRegisterTelephonyCallback()
865 assertThat(mOnPreciseDataConnectionStateChanged).isTrue(); in testOnPreciseDataConnectionStateChangedByRegisterTelephonyCallback()
871 unRegisterTelephonyCallback(mOnPreciseDataConnectionStateChanged, in testOnPreciseDataConnectionStateChangedByRegisterTelephonyCallback()