Searched refs:rId (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
H A 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 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 D | NetworkRequest.java | 54 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 D | ContactAggregatorHelper.java | 51 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 D | BaseDvrDataManager.java | 312 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording() 313 SeriesRecording seriesRecording = getSeriesRecording(rId); in checkAndRemoveEmptySeriesRecording()
|
H A D | DvrManager.java | 550 for (Long rId : recordedProgramIds) { in removeRecordedPrograms() 551 RecordedProgram r = mDataManager.getRecordedProgram(rId); in removeRecordedPrograms()
|
H A D | DvrDataManagerImpl.java | 1041 for (long rId : seriesRecordingIds) { in checkAndRemoveEmptySeriesRecording() 1042 rIds[i++] = rId; in checkAndRemoveEmptySeriesRecording()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | NetworkRequest.java | 157 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 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()
|