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
1038 assertFalse(mOnBarringInfoChangedCalled); in testOnBarringInfoChanged()
1044 mOnBarringInfoChangedCalled = true; in testOnBarringInfoChanged()
1055 if (!mOnBarringInfoChangedCalled) { in testOnBarringInfoChanged()
1059 assertTrue(mOnBarringInfoChangedCalled); in testOnBarringInfoChanged()
1140 assertFalse(mOnBarringInfoChangedCalled); in testOnRegistrationFailed()
1159 if (!mOnBarringInfoChangedCalled) { in testOnRegistrationFailed()
DTelephonyCallbackTest.java93 private boolean mOnBarringInfoChangedCalled; field in TelephonyCallbackTest
1093 mOnBarringInfoChangedCalled = true; in onBarringInfoChanged()
1107 assertFalse(mOnBarringInfoChangedCalled); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1114 if (!mOnBarringInfoChangedCalled) { in testOnBarringInfoChangedByRegisterTelephonyCallback()
1118 assertTrue(mOnBarringInfoChangedCalled); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1123 unRegisterTelephonyCallback(mOnBarringInfoChangedCalled, mBarringInfoCallback); in testOnBarringInfoChangedByRegisterTelephonyCallback()
1216 assertFalse(mOnBarringInfoChangedCalled); in testOnRegistrationFailedByRegisterTelephonyCallback()
1224 if (!mOnBarringInfoChangedCalled) { in testOnRegistrationFailedByRegisterTelephonyCallback()