Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java546 assertFalse(notifyChangeCalledForSubId(oldSS, copyOfOldSS, subId)); in testNotifyChanged_noStateUpdated()
567 assertTrue(notifyChangeCalledForSubId(oldSS, newSS, subId)); in testNotifyChanged_voiceRegStateUpdated()
597 assertTrue(notifyChangeCalledForSubId(oldSS, newSS, subId)); in testNotifyChanged_dataNetworkTypeUpdated()
619 assertTrue(notifyChangeCalledForSubId(oldSS, newSS, subId)); in testNotifyChanged_dataRegStateUpdated()
627 private boolean notifyChangeCalledForSubId(ServiceState oldSS, in notifyChangeCalledForSubId() method in ServiceStateProviderTest