Home
last modified time | relevance | path

Searched defs:calls (Results 1 – 25 of 39) sorted by relevance

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java86 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getActiveCall() local
98 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getHeldCall() local
111 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getOutgoingCall() local
123 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getRingingOrSimulatedRingingCall() local
142 ArrayList<BluetoothCall> calls = new ArrayList<>(); in hasOnlyDisconnectedCalls_withConnectedCall() local
154 ArrayList<BluetoothCall> calls = new ArrayList<>(); in hasOnlyDisconnectedCalls_withDisconnectedCallOnly() local
166 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withConnectingCall() local
178 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withPullingCall() local
190 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withRingingCall() local
202 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withNoMatchingCall() local
[all …]
DBluetoothInCallServiceTest.java266 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsOneCall() local
328 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsSilentRinging() local
361 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testConferenceInProgressCDMA() local
425 List<BluetoothCall> calls = new ArrayList<BluetoothCall>(); in testListCurrentCallsCdmaHold() local
490 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsCdmaConference() local
552 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testWaitingCallClccResponse() local
593 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testNewCallClccResponse() local
621 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsCallHandleChanged() local
665 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testRingingCallClccResponse() local
703 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testCallClccCache() local
[all …]
DBluetoothCallTest.java382 List<Call> calls = new ArrayList<>(); in getIds_withEmptyList() local
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java76 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteDraft() local
135 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraft() local
200 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraftForNewConversation() local
236 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteAndReadDraft() local
293 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testUpdateDraft() local
DGetOrCreateConversationActionTest.java71 ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testGetOrCreateConversation() local
/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java258 List<Call> calls = new LinkedList<>(); in testRunBackup_NoCalls() local
273 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall_ErrorAddingCall() local
290 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall_NullBackupDataOutput() local
305 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall() local
392 List<Call> calls = new LinkedList<>(); in testRunBackup_MultipleCall() local
418 List<Call> calls = new LinkedList<>(); in testRunBackup_PartialMultipleCall() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallEndpointController.java200 Set<Call> calls = mCallsManager.getTrackedCalls(); in notifyCallEndpointChange() local
230 Set<Call> calls = mCallsManager.getTrackedCalls(); in notifyAvailableCallEndpointsChange() local
261 Set<Call> calls = mCallsManager.getTrackedCalls(); in notifyMuteStateChange() local
DConnectionServiceFocusManager.java404 List<CallFocus> calls = mCalls in updateCurrentFocusCall() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java775 Collection<BluetoothCall> calls = mCallInfo.getBluetoothCalls(); in sendListOfCalls() local
1390 List<BluetoothCall> calls = new ArrayList<>(); in getBluetoothCallsByIds() local
1434 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByStates() local
1444 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByState() local
1455 List<BluetoothCall> calls = getBluetoothCalls(); in getNumHeldCalls() local
1465 List<BluetoothCall> calls = getBluetoothCalls(); in hasOnlyDisconnectedCalls() local
1544 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByCallId() local
DBluetoothCall.java327 public static List<Integer> getIds(List<Call> calls) { in getIds()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/testing/
DAbstractLogVerifier.java148 private Set<MutableLogCall> createMutableLogCalls(Set<T> calls) { in createMutableLogCalls()
196 private String callsToStr(Set<T> calls) { in callsToStr()
/packages/apps/Dialer/java/com/android/incallui/
DConferenceManagerFragment.java74 final CallList calls = CallList.getInstance(); in onResume() local
DConferenceManagerPresenter.java115 ArrayList<DialerCall> calls = new ArrayList<>(currentCall.getChildCallIds().size()); in update() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHeadsetClientServiceInterfaceTest.java234 List<HfpClientCall> calls = List.of(TEST_CALL); in testGetCurrentCalls() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java100 public void currentCallsList(List<BluetoothLeCall> calls) { in currentCallsList()
DTbsService.java323 int ccid, List<BluetoothLeCall> calls, AttributionSource source) { in currentCallsList()
411 void currentCallsList(int ccid, List<BluetoothLeCall> calls) { in currentCallsList()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl43 …void currentCallsList(in int ccid, in List<BluetoothLeCall> calls, in AttributionSource attributio… in currentCallsList()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAppInstallAdFiltererImplTest.java335 Map<Pair<AdTechIdentifier, String>, Integer> calls = new HashMap<>(); in validateAppInstallDBCalls() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothHeadsetFragment.java241 List<Call> calls = mInCallService.getCalls(); in getFirstActiveCall() local
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java298 void runBackup(CallLogBackupState state, BackupDataOutput data, Iterable<Call> calls) { in runBackup()
335 List<Call> calls = new LinkedList<>(); in getAllCallLogEntries() local
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java243 Set<Call> calls = mAccountHandleToCallMap.get(handle); in stopFGSDelegation() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientDeviceBlock.java72 List<HfpClientCall> calls = mServiceInterface.getCurrentCalls(mDevice); in HfpClientDeviceBlock() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java134 TableStructure calls = new TableStructure(mDb, "calls"); in upgradeTo1109() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java194 sURIMatcher.addURI(CallLog.AUTHORITY, "calls", CALLS); in sURIMatcher.addURI()
195 sURIMatcher.addURI(CallLog.AUTHORITY, "calls/#", CALLS_ID); in sURIMatcher.addURI()
203 sURIMatcher.addURI(CallLog.SHADOW_AUTHORITY, "calls", CALLS); in sURIMatcher.addURI()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java684 public void currentCallsList(@NonNull List<BluetoothLeCall> calls) { in currentCallsList()

12