Searched refs:maybeDisconnectCallsOnOtherSubs (Results 1 – 3 of 3) sorted by relevance
1258 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()
2611 public void maybeDisconnectCallsOnOtherSubs(@NonNull PhoneAccountHandle incomingHandle) { in maybeDisconnectCallsOnOtherSubs() method in TelephonyConnectionService2613 maybeDisconnectCallsOnOtherSubs(getAllConnections(), incomingHandle); in maybeDisconnectCallsOnOtherSubs()2624 public static void maybeDisconnectCallsOnOtherSubs(@NonNull Collection<Connection> connections, in maybeDisconnectCallsOnOtherSubs() method in TelephonyConnectionService
1273 mTelephonyConnectionService.maybeDisconnectCallsOnOtherSubs( in performAnswer()