Home
last modified time | relevance | path

Searched refs:getCalls (Results 1 – 16 of 16) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java245 when(mMockCallsManager.getCalls()).thenReturn(calls); in testListCurrentCallsOneCall()
267 when(mMockCallsManager.getCalls()).thenReturn(calls); in testConferenceInProgressCDMA()
314 when(mMockCallsManager.getCalls()).thenReturn(calls); in testListCurrentCallsCdmaHold()
355 when(mMockCallsManager.getCalls()).thenReturn(calls); in testListCurrentCallsCdmaConference()
389 when(mMockCallsManager.getCalls()).thenReturn(calls); in testWaitingCallClccResponse()
411 when(mMockCallsManager.getCalls()).thenReturn(calls); in testNewCallClccResponse()
426 when(mMockCallsManager.getCalls()).thenReturn(calls); in testRingingCallClccResponse()
446 when(mMockCallsManager.getCalls()).thenReturn(calls); in testCallClccCache()
480 when(mMockCallsManager.getCalls()).thenReturn(calls); in testAlertingCallClccResponse()
500 when(mMockCallsManager.getCalls()).thenReturn(calls); in testHoldingCallClccResponse()
[all …]
DVideoCallTests.java140 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testIncomingVideoCallMissedCheckVideoHistory()
156 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testIncomingVideoCallRejectedCheckVideoHistory()
174 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallCanceledCheckVideoHistory()
191 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallRejectedCheckVideoHistory()
208 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingVideoCallAnsweredAsAudio()
DProximitySensorManagerTest.java61 when(mCallsManager.getCalls()).thenReturn(new ArrayList<Call>(){{ in testTurnOnProximityWithCallsActive()
73 when(mCallsManager.getCalls()).thenReturn(new ArrayList<Call>()); in testTurnOnProximityWithNoCallsActive()
93 when(mCallsManager.getCalls()).thenReturn(new ArrayList<Call>(){{ in testCallRemovedFromCallsManagerCallsActive()
105 when(mCallsManager.getCalls()).thenReturn(new ArrayList<Call>()); in testCallRemovedFromCallsManagerNoCallsActive()
DInCallControllerTests.java297 when(mMockCallsManager.getCalls()).thenReturn(Collections.emptyList()); in testBindToService_SystemDialer_Emergency()
313 when(mMockCallsManager.getCalls()).thenReturn(Collections.singletonList(mMockCall)); in testBindToService_DefaultDialer_FallBackToSystem()
443 when(mMockCallsManager.getCalls()).thenReturn(Collections.singletonList(mMockCall)); in testUnbindDueToCallDisconnect()
457 when(mMockCallsManager.getCalls()).thenReturn(Collections.emptyList()); in testUnbindDueToCallDisconnect()
474 when(mMockCallsManager.getCalls()).thenReturn(Collections.singletonList(mMockCall)); in testUnbindDueToCallDisconnect()
DBasicCallTests.java891 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountVideo()
913 com.android.server.telecom.Call call = mTelecomSystem.getCallsManager().getCalls() in testOutgoingCallSelectPhoneAccountNoVideo()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java76 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteDraft()
135 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraft()
200 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraftForNewConversation()
236 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteAndReadDraft()
293 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testUpdateDraft()
DGetOrCreateConversationActionTest.java73 ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testGetOrCreateConversation()
97 calls = mService.getCalls(); in testGetOrCreateConversation()
DActionTestHelpers.java147 public ArrayList<StubActionServiceCallLog> getCalls() { in getCalls() method in ActionTestHelpers.StubActionService
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java110 for (Call telecomCall : mInCallService.getCalls()) {
208 public List<UiCall> getCalls() { in getCalls() method in UiCallManager
455 for (UiCall call : getCalls()) { in getCallWithState()
469 List<UiCall> calls = getCalls(); in getPrimaryCall()
486 List<UiCall> calls = getCalls(); in getSecondaryCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DProximitySensorManager.java45 if (mCallsManager.getCalls().isEmpty()) { in onCallRemoved()
57 if (mCallsManager.getCalls().isEmpty()) { in turnOn()
DBluetoothPhoneServiceImpl.java339 for (Call otherCall : mCallsManager.getCalls()) {
560 Collection<Call> mCalls = mCallsManager.getCalls(); in sendListOfCalls()
DInCallController.java803 if (mCallsManager.getCalls().isEmpty()) { in onCallRemoved()
812 if (mCallsManager.getCalls().isEmpty()) { in onCallRemoved()
1290 List<Call> calls = orderCallsWithChildrenFirst(mCallsManager.getCalls()); in onConnected()
DCallsManager.java700 public Collection<Call> getCalls() { in getCalls() method in CallsManager
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactPickerFragmentTest.java193 assertTrue(mService.getCalls().get(0).action instanceof GetOrCreateConversationAction); in testPickInitialContact()
219 assertEquals(0, mService.getCalls().size()); in testPickMoreContacts()
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DTelecomActivity.java209 boolean callEmpty = mUiCallManager.getCalls().isEmpty(); in updateCurrentFragment()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
DInstrumentClusterController.java150 for (Call call : mInCallService.getCalls()) {