Searched refs:getNotifyPhoneAccountChangedCount (Results 1 – 2 of 2) sorted by relevance
668 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()
274 public int getNotifyPhoneAccountChangedCount() { in getNotifyPhoneAccountChangedCount() method in TestTelephonyConnection