Searched refs:hasCallsForOtherPhoneAccount (Results 1 – 4 of 4) sorted by relevance
92 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(false); in testIncomingDuringOngoingCall()103 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(false); in testIncomingDuringOngoingCall2()118 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(true); in testCallRemoved()136 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(true); in testDontShowDuringHandover1()154 when(mCallsManagerProxy.hasCallsForOtherPhoneAccount(any())).thenReturn(true); in testDontShowDuringHandover2()
61 boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle); in hasCallsForOtherPhoneAccount() method140 !mCallsManagerProxy.hasCallsForOtherPhoneAccount( in updateIncomingCall()
264 public boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle) { in TelecomSystem()265 return mCallsManager.hasCallsForOtherPhoneAccount(phoneAccountHandle); in TelecomSystem()
2491 public boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle) { in hasCallsForOtherPhoneAccount() method in CallsManager2557 hasCallsForOtherPhoneAccount(incomingCall.getTargetPhoneAccount()) && in shouldShowSystemIncomingCallUi()2898 && !hasCallsForOtherPhoneAccount(phoneAccountHandle) in isOutgoingCallPermitted()