Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneStateListenerTest.java92 private boolean mOnBarringInfoChangedCalled; field in PhoneStateListenerTest
1040 assertFalse(mOnBarringInfoChangedCalled); in testOnBarringInfoChanged()
1046 mOnBarringInfoChangedCalled = true; in testOnBarringInfoChanged()
1057 if (!mOnBarringInfoChangedCalled) { in testOnBarringInfoChanged()
1061 assertTrue(mOnBarringInfoChangedCalled); in testOnBarringInfoChanged()
1142 assertFalse(mOnBarringInfoChangedCalled); in testOnRegistrationFailed()
1161 if (!mOnBarringInfoChangedCalled) { in testOnRegistrationFailed()
DTelephonyCallbackTest.java93 private boolean mOnBarringInfoChangedCalled; field in TelephonyCallbackTest
1096 mOnBarringInfoChangedCalled = true; in onBarringInfoChanged()
1110 assertFalse(mOnBarringInfoChangedCalled); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1117 if (!mOnBarringInfoChangedCalled) { in testOnBarringInfoChangedByRegisterTelephonyCallback()
1121 assertTrue(mOnBarringInfoChangedCalled); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1126 unRegisterTelephonyCallback(mOnBarringInfoChangedCalled, mBarringInfoCallback); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1219 assertFalse(mOnBarringInfoChangedCalled); in testOnRegistrationFailedByRegisterTelephonyCallback()
1227 if (!mOnBarringInfoChangedCalled) { in testOnRegistrationFailedByRegisterTelephonyCallback()