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.java1258 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs(tcs, SUB1_HANDLE); in testDontDisconnectSameSub()
1270 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs(tcs, SUB2_HANDLE); in testDontDisconnectEmergency()
1282 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs(tcs, SUB2_HANDLE); in testDontDisconnectExternal()
1293 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs(tcs, SUB2_HANDLE); in testDisconnectDifferentSub()
1306 TelephonyConnectionService.maybeDisconnectCallsOnOtherSubs(tcs, SUB2_HANDLE); in testDisconnectDifferentSubTwoCalls()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java2611 public void maybeDisconnectCallsOnOtherSubs(@NonNull PhoneAccountHandle incomingHandle) { in maybeDisconnectCallsOnOtherSubs() method in TelephonyConnectionService
2613 maybeDisconnectCallsOnOtherSubs(getAllConnections(), incomingHandle); in maybeDisconnectCallsOnOtherSubs()
2624 public static void maybeDisconnectCallsOnOtherSubs(@NonNull Collection<Connection> connections, in maybeDisconnectCallsOnOtherSubs() method in TelephonyConnectionService
DTelephonyConnection.java1273 mTelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in performAnswer()