Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java84 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 …]
DBluetoothInCallServiceTest.java272 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 …]
DBluetoothCallTest.java380 List<Call> calls = new ArrayList<>(); in getIds_withEmptyList() local
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java75 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
DGetOrCreateConversationActionTest.java70 ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testGetOrCreateConversation() local
/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java208 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/
DCallEndpointController.java193 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
DConnectionServiceFocusManager.java380 List<CallFocus> calls = mCalls in updateCurrentFocusCall() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java761 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
DBluetoothCall.java325 public static List<Integer> getIds(List<Call> calls) { in getIds()
/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.java219 List<HfpClientCall> calls = List.of(TEST_CALL); in testGetCurrentCalls() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeCallControl.aidl43 …void currentCallsList(in int ccid, in List<BluetoothLeCall> calls, in AttributionSource attributio… in currentCallsList()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java94 public void currentCallsList(List<BluetoothLeCall> calls) { in currentCallsList()
DTbsService.java344 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/
DCallLogBackupAgent.java285 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/
DBluetoothHeadsetFragment.java242 List<Call> calls = mInCallService.getCalls(); in getFirstActiveCall() local
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java234 Set<Call> calls = mAccountHandleToCallMap.get(handle); in stopFGSDelegation() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java74 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/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdFiltererImplTest.java682 Map<Pair<AdTechIdentifier, String>, Integer> calls = new HashMap<>(); in validateAppInstallDBCalls() 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.java688 public void currentCallsList(@NonNull List<BluetoothLeCall> calls) { in currentCallsList()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeBackend.java376 int calls; in setDefaultZenPolicy() local

12