/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 260 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/ |
D | CallLogBackupAgentTest.java | 162 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/ |
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/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
|
D | InCallPresenter.java | 1332 final CallList calls = callList; in handleCallKey() local
|
/packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
D | CallLogBackupAgent.java | 199 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/ |
D | HfpClientDeviceBlock.java | 70 List<BluetoothHeadsetClientCall> calls = mHeadsetProfile.getCurrentCalls(mDevice); in HfpClientDeviceBlock() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 138 TableStructure calls = new TableStructure(mDb, "calls"); in upgradeTo1109() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | CallLogProvider.java | 116 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/ |
D | ConnectionServiceFocusManager.java | 368 List<CallFocus> calls = mCalls in updateCurrentFocusCall() local
|
D | CallAudioManager.java | 851 private void dumpCallsInCollection(IndentingPrintWriter pw, Collection<Call> calls) { in dumpCallsInCollection()
|
D | InCallController.java | 1595 List<Call> calls = orderCallsWithChildrenFirst(mCallsManager.getCalls()); in onConnected() local 1813 private List<Call> orderCallsWithChildrenFirst(Collection<Call> calls) { in orderCallsWithChildrenFirst()
|
D | Analytics.java | 629 List<ParcelableCallAnalytics> calls = new LinkedList<>(); in dumpToParcelableAnalytics() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenModeBackend.java | 387 int calls; in setDefaultZenPolicy() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | ZenModeBackend.java | 387 int calls; in setDefaultZenPolicy() local
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
D | legacy_contacts.sql | 12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER… table
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | legacy_contacts.sql | 10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER… table
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | legacy_contacts.sql | 11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER… table
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL… table
|