Home
last modified time | relevance | path

Searched refs:rId (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java223 for (long rId : newIds) { in findRawContactMatchingCandidates()
225 updateMatchScores(db, rId, new MatchCandidateList(), in findRawContactMatchingCandidates()
524 long rId = -1; in updateMatchScoresBasedOnExceptions() local
528 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2); in updateMatchScoresBasedOnExceptions()
534 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
539 if (rId != -1) { in updateMatchScoresBasedOnExceptions()
541 matcher.keepIn(rId, contactId, accountId); in updateMatchScoresBasedOnExceptions()
543 matcher.keepOut(rId, contactId, accountId); in updateMatchScoresBasedOnExceptions()
564 final long rId = c.getLong(IdentityLookupMatchQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch() local
565 if (rId == rawContactId) { in updateMatchScoresBasedOnIdentityMatch()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java51 for (Long rId : rIds) { in mergeComponentsWithDisjointAccounts()
52 long acctId = rawContactsToAccounts.get(rId); in mergeComponentsWithDisjointAccounts()
/packages/apps/TV/src/com/android/tv/dvr/
DBaseDvrDataManager.java312 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording()
313 SeriesRecording seriesRecording = getSeriesRecording(rId); in checkAndRemoveEmptySeriesRecording()
DDvrManager.java550 for (Long rId : recordedProgramIds) { in removeRecordedPrograms()
551 RecordedProgram r = mDataManager.getRecordedProgram(rId); in removeRecordedPrograms()
DDvrDataManagerImpl.java1041 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording()
1042 rIds[i++] = rId; in checkAndRemoveEmptySeriesRecording()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid_host.cpp404 jint rId = reportId; in getReportNative() local
407 (RawAddress*)addr, (bthh_report_type_t)rType, (uint8_t)rId, bufferSize); in getReportNative()