Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DIncomingCallNotifierTest.java121 … when(mCallsManagerProxy.getNumUnholdableCallsForOtherConnectionService(any())).thenReturn(0); in testIncomingDuringOngoingCall2()
137 … when(mCallsManagerProxy.getNumUnholdableCallsForOtherConnectionService(any())).thenReturn(1); in testCallRemoved()
156 … when(mCallsManagerProxy.getNumUnholdableCallsForOtherConnectionService(any())).thenReturn(1); in testDontShowDuringHandover1()
175 … when(mCallsManagerProxy.getNumUnholdableCallsForOtherConnectionService(any())).thenReturn(1); in testDontShowDuringHandover2()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java63 int getNumUnholdableCallsForOtherConnectionService(PhoneAccountHandle phoneAccountHandle); in getNumUnholdableCallsForOtherConnectionService() method
222 mCallsManagerProxy.getNumUnholdableCallsForOtherConnectionService( in getNotificationBuilder()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java362 public int getNumUnholdableCallsForOtherConnectionService( in TelecomSystem()
364 return mCallsManager.getNumUnholdableCallsForOtherConnectionService( in TelecomSystem()
H A DCallsManager.java4079 return getNumUnholdableCallsForOtherConnectionService(phoneAccountHandle) > 0;
4088 public int getNumUnholdableCallsForOtherConnectionService(