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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java 105 ArrayList<ContactIdPair> idList = createAndAssertMergedContact(ACCT_1, ACCT_1);
107 assertContactsDeletedEventually(System.currentTimeMillis(), idList);
116 ArrayList<ContactIdPair> idList = createAndAssertMergedContact(ACCT_1, ACCT_2);
117 long contactId = idList.get(0).mContactId;
132 ArrayList<ContactIdPair> idList = createAndAssertMergedContact(ACCT_1, ACCT_1);
135 assertContactsInDeleteLogEventually(start, idList);
179 private void assertContactsInDeleteLogEventually(long start, ArrayList<ContactIdPair> idList) {
181 ArrayList<ContactIdPair> remaining = new ArrayList<ContactIdPair>(idList.size());
182 remaining.addAll(idList);
210 private void assertContactsDeletedEventually(long start, ArrayList<ContactIdPair> idList) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimeZoneTest.java 223 List<String> idList = Arrays.asList(ids);
225 idList.contains("Hongkong"));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java 97 List<Integer> idList = new ArrayList<Integer>();
103 idList.add(id);
106 int ids[] = new int[idList.size()];
107 for (int i = 0; i < idList.size(); i++) {
108 ids[i] = idList.get(i);
  /external/srec/tools/grxmlcompile/
vocab.cpp 232 std::vector<int> idList; // Create storage
252 idList.push_back(id);
254 m_ModelIDs.push_back(idList);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 319 StringBuilder idList; // A whitespace-separated list of IDs
325 idList.append(str);
326 idList.append(' ');
330 idList.append(str);
338 unsigned length = idList.length();
340 while (startPos < length && isWhitespace(idList[startPos]))
347 while (endPos < length && !isWhitespace(idList[endPos]))
352 Node* node = contextScope->getElementById(idList.substring(startPos, endPos - startPos));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 397 final List<WordListInfo> idList = getWordListWordListInfos(locale, context,
399 for (WordListInfo id : idList) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 501 milliseconds