Home
last modified time | relevance | path

Searched defs:rId (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java524 long rId = -1; in updateMatchScoresBasedOnExceptions() local
564 final long rId = c.getLong(IdentityLookupMatchQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch() local
588 long rId = c.getLong(NameLookupMatchQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnNameMatches() local
618 long rId = c.getLong(EmailLookupQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnEmailMatches() local
649 long rId = c.getLong(NameLookupMatchQueryWithParameter.RAW_CONTACT_ID); in updateMatchScoresBasedOnNameMatches() local
689 long rId = c.getLong(PhoneLookupQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnPhoneMatches() local
935 Long rId = c.getLong(NullNameRawContactsIdsQuery.RAW_CONTACT_ID); in updateScoreForCandidatesWithoutName() local
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkRequest.java54 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId) { in NetworkRequest()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkRequest.java157 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId, Type type) { in NetworkRequest()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_host.cpp404 jint rId = reportId; in getReportNative() local