HomeSort by relevance Sort by last modified time
    Searched full:rids (Results 1 - 6 of 6) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelper.java 48 for (Set<Long> rIds : connectedRawContactSets) {
49 rawContactIds.put(index, rIds);
50 for (Long rId : rIds) {
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 35 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
36 unsigned LSize = LIds.size(), RSize = RIds.size();
41 if (LIds[Count] != RIds[Count])
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 343 long[] rIds = new long[ids.length()];
345 rIds[i] = ids.getLong(i);
347 config.roamingConsortiumIds = rIds;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 183 Log.v(TAG, "Re-aggregating rids=" + rawContactId + ","
370 Log.v(TAG, "Aggregating rids=" + connectedRawContactIds);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 207 /* Well-known domain relative sub-authority values (RIDs) */
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 9781 final String rids = TextUtils.join(",", rawContactIds); local
    [all...]

Completed in 599 milliseconds