Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java223 for (long rId : newIds) { in findRawContactMatchingCandidates()
225 updateMatchScores(db, rId, new MatchCandidateList(), in findRawContactMatchingCandidates()
524 long rId = -1; in updateMatchScoresBasedOnExceptions() local
539 if (rId != -1) { in updateMatchScoresBasedOnExceptions()
541 matcher.keepIn(rId, contactId, accountId); in updateMatchScoresBasedOnExceptions()
543 matcher.keepOut(rId, contactId, accountId); in updateMatchScoresBasedOnExceptions()
565 if (rId == rawContactId) { in updateMatchScoresBasedOnIdentityMatch()
570 matcher.matchIdentity(rId, contactId, accountId); in updateMatchScoresBasedOnIdentityMatch()
589 if (rId == rawContactId) { in updateMatchScoresBasedOnNameMatches()
619 if (rId == rawContactId) { in updateMatchScoresBasedOnEmailMatches()
[all …]
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkRequest.java54 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId) { in NetworkRequest() argument
55 requestId = rId; in NetworkRequest()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactAggregatorHelper.java51 for (Long rId : rIds) { in mergeComponentsWithDisjointAccounts()
52 long acctId = rawContactsToAccounts.get(rId); in mergeComponentsWithDisjointAccounts()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A DBaseDvrDataManager.java312 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording()
313 SeriesRecording seriesRecording = getSeriesRecording(rId); in checkAndRemoveEmptySeriesRecording()
H A DDvrManager.java550 for (Long rId : recordedProgramIds) { in removeRecordedPrograms()
551 RecordedProgram r = mDataManager.getRecordedProgram(rId); in removeRecordedPrograms()
H A DDvrDataManagerImpl.java1041 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording()
1042 rIds[i++] = rId; in checkAndRemoveEmptySeriesRecording()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkRequest.java157 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId, Type type) { in NetworkRequest() argument
161 requestId = rId; in NetworkRequest()
/aosp12/packages/apps/Bluetooth/jni/
H A 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()