Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DDataConnectionStateHelperTest.java298 verify(mDomainSelector, never()).notifyDataConnectionStateChange(anyInt(), anyInt()); in testDataConnectionStateChanged()
299 verify(mDomainSelector, never()).notifyDataConnectionStateChange(anyInt(), anyInt()); in testDataConnectionStateChanged()
306 verify(mDomainSelector, times(1)).notifyDataConnectionStateChange( in testDataConnectionStateChanged()
308 verify(mDomainSelector, times(1)).notifyDataConnectionStateChange( in testDataConnectionStateChanged()
316 verify(mDomainSelector, times(1)).notifyDataConnectionStateChange( in testDataConnectionStateChanged()
318 verify(mDomainSelector, times(1)).notifyDataConnectionStateChange( in testDataConnectionStateChanged()
326 verify(mDomainSelector, times(1)).notifyDataConnectionStateChange( in testDataConnectionStateChanged()
328 verify(mDomainSelector, times(1)).notifyDataConnectionStateChange( in testDataConnectionStateChanged()
DEmergencyCallDomainSelectorTest.java3487 mDomainSelector.notifyDataConnectionStateChange(SLOT_0, DATA_DISCONNECTING);
3526 mDomainSelector.notifyDataConnectionStateChange(SLOT_0, DATA_DISCONNECTED);
/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DDataConnectionStateHelper.java80 mOwner.notifyDataConnectionStateChange(mSlotIndex, mState); in onPreciseDataConnectionStateChanged()
194 private void notifyDataConnectionStateChange(int slotIndex, int state) { in notifyDataConnectionStateChange() method in DataConnectionStateHelper
198 selector.notifyDataConnectionStateChange(slotIndex, state); in notifyDataConnectionStateChange()
DEmergencyCallDomainSelector.java1875 public void notifyDataConnectionStateChange(int slotId, int state) { in notifyDataConnectionStateChange() method in EmergencyCallDomainSelector