Searched refs:rId (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 223 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/ |
D | ContactAggregatorHelper.java | 51 for (Long rId : rIds) { in mergeComponentsWithDisjointAccounts() 52 long acctId = rawContactsToAccounts.get(rId); in mergeComponentsWithDisjointAccounts()
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | BaseDvrDataManager.java | 312 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording() 313 SeriesRecording seriesRecording = getSeriesRecording(rId); in checkAndRemoveEmptySeriesRecording()
|
D | DvrManager.java | 550 for (Long rId : recordedProgramIds) { in removeRecordedPrograms() 551 RecordedProgram r = mDataManager.getRecordedProgram(rId); in removeRecordedPrograms()
|
D | DvrDataManagerImpl.java | 1041 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording() 1042 rIds[i++] = rId; in checkAndRemoveEmptySeriesRecording()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid_host.cpp | 404 jint rId = reportId; in getReportNative() local 407 (RawAddress*)addr, (bthh_report_type_t)rType, (uint8_t)rId, bufferSize); in getReportNative()
|