Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java221 for (long rId : newIds) { in findRawContactMatchingCandidates()
223 updateMatchScores(db, rId, new MatchCandidateList(), in findRawContactMatchingCandidates()
522 long rId = -1; in updateMatchScoresBasedOnExceptions() local
526 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2); in updateMatchScoresBasedOnExceptions()
532 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
537 if (rId != -1) { in updateMatchScoresBasedOnExceptions()
539 matcher.keepIn(rId, contactId, accountId); in updateMatchScoresBasedOnExceptions()
541 matcher.keepOut(rId, contactId, accountId); in updateMatchScoresBasedOnExceptions()
562 final long rId = c.getLong(IdentityLookupMatchQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch() local
563 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/modules/Connectivity/framework/src/android/net/
DNetworkRequest.java248 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId, Type type) { in NetworkRequest() argument
252 requestId = rId; in NetworkRequest()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp424 jint rId = reportId; in getReportNative() local
428 (bthh_report_type_t)rType, (uint8_t)rId, bufferSize); in getReportNative()