Home
last modified time | relevance | path

Searched refs:hasCallsForOtherPhoneAccount (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DIncomingCallNotifierTest.java92 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()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java61 boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle); in hasCallsForOtherPhoneAccount() method
140 !mCallsManagerProxy.hasCallsForOtherPhoneAccount( in updateIncomingCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java264 public boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle) { in TelecomSystem()
265 return mCallsManager.hasCallsForOtherPhoneAccount(phoneAccountHandle); in TelecomSystem()
DCallsManager.java2491 public boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle) { in hasCallsForOtherPhoneAccount() method in CallsManager
2557 hasCallsForOtherPhoneAccount(incomingCall.getTargetPhoneAccount()) && in shouldShowSystemIncomingCallUi()
2898 && !hasCallsForOtherPhoneAccount(phoneAccountHandle) in isOutgoingCallPermitted()