Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DServiceStateProviderTest.java449 assertFalse(notifyChangeCalledForSubId(oldSS, copyOfOldSS, subId)); in testNotifyChanged_noStateUpdated()
470 assertTrue(notifyChangeCalledForSubId(oldSS, newSS, subId)); in testNotifyChanged_voiceRegStateUpdated()
500 assertTrue(notifyChangeCalledForSubId(oldSS, newSS, subId)); in testNotifyChanged_dataNetworkTypeUpdated()
522 assertTrue(notifyChangeCalledForSubId(oldSS, newSS, subId)); in testNotifyChanged_dataRegStateUpdated()
530 private boolean notifyChangeCalledForSubId(ServiceState oldSS, in notifyChangeCalledForSubId() method in ServiceStateProviderTest