Searched refs:getNotifyPhoneAccountChangedCount (Results 1 – 2 of 2) sorted by relevance
649 assertEquals(0, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialTempFailOneSlot()680 assertEquals(0, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialPermFailOneSlot()723 assertEquals(1, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()764 assertEquals(1, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()818 assertEquals(2, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()871 assertEquals(1, c.getNotifyPhoneAccountChangedCount()); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()
172 public int getNotifyPhoneAccountChangedCount() { in getNotifyPhoneAccountChangedCount() method in TestTelephonyConnection