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.java62 int getNumUnholdableCallsForOtherConnectionService(PhoneAccountHandle phoneAccountHandle); in getNumUnholdableCallsForOtherConnectionService() method
213 mCallsManagerProxy.getNumUnholdableCallsForOtherConnectionService( in getNotificationBuilder()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java324 public int getNumUnholdableCallsForOtherConnectionService( in TelecomSystem()
326 return mCallsManager.getNumUnholdableCallsForOtherConnectionService( in TelecomSystem()
DCallsManager.java3867 return getNumUnholdableCallsForOtherConnectionService(phoneAccountHandle) > 0;
3876 public int getNumUnholdableCallsForOtherConnectionService(