Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java63 int getNumUnholdableCallsForOtherConnectionService(PhoneAccountHandle phoneAccountHandle); in getNumUnholdableCallsForOtherConnectionService() method
222 mCallsManagerProxy.getNumUnholdableCallsForOtherConnectionService( in getNotificationBuilder()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java323 public int getNumUnholdableCallsForOtherConnectionService( in TelecomSystem()
325 return mCallsManager.getNumUnholdableCallsForOtherConnectionService( in TelecomSystem()
DCallsManager.java3816 return getNumUnholdableCallsForOtherConnectionService(phoneAccountHandle) > 0;
3825 public int getNumUnholdableCallsForOtherConnectionService(