Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java260 ArrayList<Call> calls = new ArrayList<>(); in testListCurrentCallsOneCall() local
278 ArrayList<Call> calls = new ArrayList<>(); in testListCurrentCallsSilentRinging() local
302 ArrayList<Call> calls = new ArrayList<>(); in testConferenceInProgressCDMA() local
351 ArrayList<Call> calls = new ArrayList<>(); in testListCurrentCallsCdmaHold() local
393 ArrayList<Call> calls = new ArrayList<>(); in testListCurrentCallsCdmaConference() local
434 ArrayList<Call> calls = new ArrayList<>(); in testWaitingCallClccResponse() local
457 ArrayList<Call> calls = new ArrayList<>(); in testNewCallClccResponse() local
473 ArrayList<Call> calls = new ArrayList<>(); in testRingingCallClccResponse() local
494 ArrayList<Call> calls = new ArrayList<>(); in testCallClccCache() local
529 ArrayList<Call> calls = new ArrayList<>(); in testAlertingCallClccResponse() local
[all …]
/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java162 List<Call> calls = new LinkedList<>(); in testRunBackup_NoCalls() local
173 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall() local
185 List<Call> calls = new LinkedList<>(); in testRunBackup_MultipleCall() local
207 List<Call> calls = new LinkedList<>(); in testRunBackup_PartialMultipleCall() 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/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
DInCallPresenter.java1332 final CallList calls = callList; in handleCallKey() local
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java199 void runBackup(CallLogBackupState state, BackupDataOutput data, Iterable<Call> calls) { in runBackup()
234 List<Call> calls = new LinkedList<>(); in getAllCallLogEntries() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java70 List<BluetoothHeadsetClientCall> calls = mHeadsetProfile.getCurrentCalls(mDevice); in HfpClientDeviceBlock() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java138 TableStructure calls = new TableStructure(mDb, "calls"); in upgradeTo1109() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java116 sURIMatcher.addURI(CallLog.AUTHORITY, "calls", CALLS); in sURIMatcher.addURI()
117 sURIMatcher.addURI(CallLog.AUTHORITY, "calls/#", CALLS_ID); in sURIMatcher.addURI()
121 sURIMatcher.addURI(CallLog.SHADOW_AUTHORITY, "calls", CALLS); in sURIMatcher.addURI()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceFocusManager.java368 List<CallFocus> calls = mCalls in updateCurrentFocusCall() local
DCallAudioManager.java851 private void dumpCallsInCollection(IndentingPrintWriter pw, Collection<Call> calls) { in dumpCallsInCollection()
DInCallController.java1595 List<Call> calls = orderCallsWithChildrenFirst(mCallsManager.getCalls()); in onConnected() local
1813 private List<Call> orderCallsWithChildrenFirst(Collection<Call> calls) { in orderCallsWithChildrenFirst()
DAnalytics.java629 List<ParcelableCallAnalytics> calls = new LinkedList<>(); in dumpToParcelableAnalytics() local
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeBackend.java387 int calls; in setDefaultZenPolicy() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeBackend.java387 int calls; in setDefaultZenPolicy() local
/packages/providers/ContactsProvider/tests/assets/test1/
Dlegacy_contacts.sql12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER… table
/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dlegacy_contacts.sql10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER… table
/packages/providers/ContactsProvider/tests/assets/testSynced/
Dlegacy_contacts.sql11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER… table
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL… table