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

  /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...]
  /frameworks/base/core/java/android/net/
NetworkRequest.java 108 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId, Type type) {
112 requestId = rId;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelper.java 50 for (Long rId : rIds) {
51 long acctId = rawContactsToAccounts.get(rId);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 380 jint rId = reportId;
383 (bt_bdaddr_t*)addr, (bthh_report_type_t)rType, (uint8_t)rId, bufferSize);
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 535 for (Long rId : recordedProgramIds) {
536 RecordedProgram r = mDataManager.getRecordedProgram(rId);
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]

Completed in 274 milliseconds