HomeSort by relevance Sort by last modified time
    Searched defs:rId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 396 jint rId = reportId;
399 (RawAddress*)addr, (bthh_report_type_t)rType, (uint8_t)rId, bufferSize);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 97 Log.v(TAG, "Skip rid=" + rawContactId + " which has already been aggregated.");
103 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
173 Log.v(TAG, "create new contact for rid=" + rawContactId);
223 for (long rId : newIds) {
225 updateMatchScores(db, rId, new MatchCandidateList(),
524 long rId = -1;
528 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2);
534 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
539 if (rId != -1) {
541 matcher.keepIn(rId, contactId, accountId)
    [all...]

Completed in 288 milliseconds