Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java250 ServiceState copyOfOldSS = new ServiceState(); in testNotifyChanged() local
251 copyOfOldSS.setStateOutOfService(); in testNotifyChanged()
252 copyOfOldSS.setVoiceRegState(ServiceState.STATE_OUT_OF_SERVICE); in testNotifyChanged()
261 ServiceStateProvider.notifyChangeForSubIdAndField(mContext, oldSS, copyOfOldSS, subId); in testNotifyChanged()
273 ServiceStateProvider.notifyChangeForSubId(mContext, oldSS, copyOfOldSS, subId); in testNotifyChanged()