Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1834 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in testDontDisconnectSameSub()
1847 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in testDontDisconnectEmergency()
1860 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in testDontDisconnectExternal()
1872 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in testDisconnectDifferentSub()
1886 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in testDisconnectDifferentSubTwoCalls()
1904 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in testDontDisconnectDifferentSubForVirtualDsdaDevice()
1921 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in testDisconnectDifferentSubForVirtualDsdaDevice_ifCallExtraSet()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java4477 public void maybeDisconnectCallsOnOtherSubs( in maybeDisconnectCallsOnOtherSubs() method
4480 maybeDisconnectCallsOnOtherSubs(getAllConnections(), incomingHandle, answeringDropsFgCall, in maybeDisconnectCallsOnOtherSubs()
4495 public static void maybeDisconnectCallsOnOtherSubs(@NonNull Collection<Connection> connections, in maybeDisconnectCallsOnOtherSubs() method
DTelephonyConnection.java1306 mTelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in performAnswer()