Searched refs:notifyDataConnectionStateChange (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/ |
D | DataConnectionStateHelperTest.java | 298 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()
|
D | EmergencyCallDomainSelectorTest.java | 3487 mDomainSelector.notifyDataConnectionStateChange(SLOT_0, DATA_DISCONNECTING); 3526 mDomainSelector.notifyDataConnectionStateChange(SLOT_0, DATA_DISCONNECTED);
|
/packages/services/Telephony/src/com/android/services/telephony/domainselection/ |
D | DataConnectionStateHelper.java | 80 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()
|
D | EmergencyCallDomainSelector.java | 1875 public void notifyDataConnectionStateChange(int slotId, int state) { in notifyDataConnectionStateChange() method in EmergencyCallDomainSelector
|