Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java238 ArrayList<Call> calls = new ArrayList<>(); in testListCurrentCallsOneCall() local
259 ArrayList<Call> calls = new ArrayList<>(); in testConferenceInProgressCDMA() local
306 ArrayList<Call> calls = new ArrayList<>(); in testListCurrentCallsCdmaHold() local
347 ArrayList<Call> calls = new ArrayList<>(); in testListCurrentCallsCdmaConference() local
387 ArrayList<Call> calls = new ArrayList<>(); in testWaitingCallClccResponse() local
409 ArrayList<Call> calls = new ArrayList<>(); in testNewCallClccResponse() local
424 ArrayList<Call> calls = new ArrayList<>(); in testRingingCallClccResponse() local
444 ArrayList<Call> calls = new ArrayList<>(); in testCallClccCache() local
478 ArrayList<Call> calls = new ArrayList<>(); in testAlertingCallClccResponse() local
498 ArrayList<Call> calls = new ArrayList<>(); in testHoldingCallClccResponse() 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/Dialer/InCallUI/src/com/android/incallui/
DConferenceManagerFragment.java108 final CallList calls = CallList.getInstance(); in onVisibilityChanged() local
109 getPresenter().init(getActivity(), calls); in onVisibilityChanged() local
DConferenceManagerPresenter.java123 ArrayList<Call> calls = new ArrayList<>(currentCall.getChildCallIds().size()); in update() local
DAnswerPresenter.java51 final CallList calls = CallList.getInstance(); in onUiShowing() local
DCallCardFragment.java228 final CallList calls = CallList.getInstance(); in onActivityCreated() local
DInCallPresenter.java1128 final CallList calls = mCallList; in handleCallKey() 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.java73 ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testGetOrCreateConversation() local
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java194 void runBackup(CallLogBackupState state, BackupDataOutput data, Iterable<Call> calls) { in runBackup()
229 List<Call> calls = new LinkedList<>(); in getAllCallLogEntries() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java123 TableStructure calls = new TableStructure(mDb, "calls"); in upgradeTo1109() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java111 sURIMatcher.addURI(CallLog.AUTHORITY, "calls", CALLS); in sURIMatcher.addURI()
112 sURIMatcher.addURI(CallLog.AUTHORITY, "calls/#", CALLS_ID); in sURIMatcher.addURI()
116 sURIMatcher.addURI(CallLog.SHADOW_AUTHORITY, "calls", CALLS); in sURIMatcher.addURI()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1079 List<Call> calls = orderCallsWithChildrenFirst(mCallsManager.getCalls()); in onConnected() local
1236 private List<Call> orderCallsWithChildrenFirst(Collection<Call> calls) { in orderCallsWithChildrenFirst()
DCallAudioManager.java719 private void dumpCallsInCollection(IndentingPrintWriter pw, Collection<Call> calls) { in dumpCallsInCollection()
DAnalytics.java453 List<ParcelableCallAnalytics> calls = new LinkedList<>(); in dumpToParcelableAnalytics() 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/testSynced/
Dlegacy_contacts.sql11 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/upgradeTest/
Dcontacts2_1108.sql45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL… table