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.java103 private boolean mOnBarringInfoChangedCalled; field in PhoneStateListenerTest
1049 assertFalse(mOnBarringInfoChangedCalled); in testOnBarringInfoChanged()
1055 mOnBarringInfoChangedCalled = true; in testOnBarringInfoChanged()
1066 if (!mOnBarringInfoChangedCalled) { in testOnBarringInfoChanged()
1070 assertTrue(mOnBarringInfoChangedCalled); in testOnBarringInfoChanged()
1147 assertFalse(mOnBarringInfoChangedCalled); in testOnRegistrationFailed()
1166 if (!mOnBarringInfoChangedCalled) { in testOnRegistrationFailed()
DTelephonyCallbackTest.java110 private boolean mOnBarringInfoChangedCalled; field in TelephonyCallbackTest
1279 mOnBarringInfoChangedCalled = true; in onBarringInfoChanged()
1288 assertFalse(mOnBarringInfoChangedCalled); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1294 if (!mOnBarringInfoChangedCalled) { in testOnBarringInfoChangedByRegisterTelephonyCallback()
1298 assertTrue(mOnBarringInfoChangedCalled); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1303 unRegisterTelephonyCallback(mOnBarringInfoChangedCalled, mBarringInfoCallback); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1392 assertFalse(mOnBarringInfoChangedCalled); in testOnRegistrationFailedByRegisterTelephonyCallback()
1398 if (!mOnBarringInfoChangedCalled) { in testOnRegistrationFailedByRegisterTelephonyCallback()