| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
| D | CallInfoTest.java | 84 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getActiveCall() local 96 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getHeldCall() local 109 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getOutgoingCall() local 121 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getRingingOrSimulatedRingingCall() local 140 ArrayList<BluetoothCall> calls = new ArrayList<>(); in hasOnlyDisconnectedCalls_withConnectedCall() local 152 ArrayList<BluetoothCall> calls = new ArrayList<>(); in hasOnlyDisconnectedCalls_withDisconnectedCallOnly() local 164 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withConnectingCall() local 176 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withPullingCall() local 188 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withRingingCall() local 200 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withNoMatchingCall() local [all …]
|
| D | BluetoothInCallServiceTest.java | 272 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsOneCall() local 325 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsSilentRinging() local 351 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testConferenceInProgressCDMA() local 412 List<BluetoothCall> calls = new ArrayList<BluetoothCall>(); in testListCurrentCallsCdmaHold() local 464 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsCdmaConference() local 513 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testWaitingCallClccResponse() local 540 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testNewCallClccResponse() local 558 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testRingingCallClccResponse() local 582 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testCallClccCache() local 623 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testAlertingCallClccResponse() local [all …]
|
| D | BluetoothCallTest.java | 380 List<Call> calls = new ArrayList<>(); in getIds_withEmptyList() local
|
| /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
| D | ReadWriteDraftMessageActionTest.java | 75 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteDraft() local 134 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraft() local 199 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraftForNewConversation() local 235 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteAndReadDraft() local 292 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testUpdateDraft() local
|
| D | GetOrCreateConversationActionTest.java | 70 ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testGetOrCreateConversation() local
|
| /packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/ |
| D | CallLogBackupAgentTest.java | 208 List<Call> calls = new LinkedList<>(); in testRunBackup_NoCalls() local 223 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall_ErrorAddingCall() local 240 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall_NullBackupDataOutput() local 255 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall() local 342 List<Call> calls = new LinkedList<>(); in testRunBackup_MultipleCall() local 368 List<Call> calls = new LinkedList<>(); in testRunBackup_PartialMultipleCall() local
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | CallEndpointController.java | 193 Set<Call> calls = mCallsManager.getTrackedCalls(); in notifyCallEndpointChange() local 207 Set<Call> calls = mCallsManager.getTrackedCalls(); in notifyAvailableCallEndpointsChange() local 222 Set<Call> calls = mCallsManager.getTrackedCalls(); in notifyMuteStateChange() local
|
| D | ConnectionServiceFocusManager.java | 380 List<CallFocus> calls = mCalls in updateCurrentFocusCall() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
| D | BluetoothInCallService.java | 761 Collection<BluetoothCall> calls = mCallInfo.getBluetoothCalls(); in sendListOfCalls() local 1306 List<BluetoothCall> calls = new ArrayList<>(); in getBluetoothCallsByIds() local 1350 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByStates() local 1360 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByState() local 1371 List<BluetoothCall> calls = getBluetoothCalls(); in getNumHeldCalls() local 1381 List<BluetoothCall> calls = getBluetoothCalls(); in hasOnlyDisconnectedCalls() local 1456 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByCallId() local
|
| D | BluetoothCall.java | 325 public static List<Integer> getIds(List<Call> calls) { in getIds()
|
| /packages/apps/Dialer/java/com/android/incallui/ |
| D | ConferenceManagerFragment.java | 74 final CallList calls = CallList.getInstance(); in onResume() local
|
| D | ConferenceManagerPresenter.java | 115 ArrayList<DialerCall> calls = new ArrayList<>(currentCall.getChildCallIds().size()); in update() local
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
| D | HeadsetClientServiceInterfaceTest.java | 219 List<HfpClientCall> calls = List.of(TEST_CALL); in testGetCurrentCalls() local
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothLeCallControl.aidl | 43 …void currentCallsList(in int ccid, in List<BluetoothLeCall> calls, in AttributionSource attributio… in currentCallsList()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
| D | BluetoothLeCallControlProxy.java | 94 public void currentCallsList(List<BluetoothLeCall> calls) { in currentCallsList()
|
| D | TbsService.java | 344 public void currentCallsList(int ccid, List<BluetoothLeCall> calls, in currentCallsList() 438 void currentCallsList(int ccid, List<BluetoothLeCall> calls) { in currentCallsList()
|
| /packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
| D | CallLogBackupAgent.java | 285 void runBackup(CallLogBackupState state, BackupDataOutput data, Iterable<Call> calls) { in runBackup() 322 List<Call> calls = new LinkedList<>(); in getAllCallLogEntries() local
|
| /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
| D | BluetoothHeadsetFragment.java | 242 List<Call> calls = mInCallService.getCalls(); in getFirstActiveCall() local
|
| /packages/services/Telecomm/src/com/android/server/telecom/voip/ |
| D | VoipCallMonitor.java | 234 Set<Call> calls = mAccountHandleToCallMap.get(handle); in stopFGSDelegation() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/connserv/ |
| D | HfpClientDeviceBlock.java | 74 List<HfpClientCall> calls = mServiceInterface.getCurrentCalls(mDevice); in HfpClientDeviceBlock() local
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactsDatabaseHelperUpgradeTest.java | 134 TableStructure calls = new TableStructure(mDb, "calls"); in upgradeTo1109() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
| D | AdFiltererImplTest.java | 682 Map<Pair<AdTechIdentifier, String>, Integer> calls = new HashMap<>(); in validateAppInstallDBCalls() local
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | CallLogProvider.java | 194 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/ |
| D | BluetoothLeCallControl.java | 688 public void currentCallsList(@NonNull List<BluetoothLeCall> calls) { in currentCallsList()
|
| /packages/apps/Settings/src/com/android/settings/notification/zen/ |
| D | ZenModeBackend.java | 376 int calls; in setDefaultZenPolicy() local
|