Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java668 assertEquals(0, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialTempFailOneSlot()
699 assertEquals(0, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialPermFailOneSlot()
742 assertEquals(1, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()
783 assertEquals(1, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()
837 assertEquals(2, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()
890 assertEquals(1, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()
H A DTestTelephonyConnection.java274 public int getNotifyPhoneAccountChangedCount() { in getNotifyPhoneAccountChangedCount() method in TestTelephonyConnection