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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 220 public void updateIndex() {
ContactsProvider2.java     [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 275 updateIndex(aOffset, aIndexMap, aIndex++, outCount);
281 updateIndex(bOffset, bIndexMap, bIndex++, outCount);
310 updateIndex(e1.offset, getIndexMap(e1.source), e1.index, outCount - 1);
314 updateIndex(e2.offset, getIndexMap(e2.source), e2.index, outCount - 1);
342 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex);
386 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
409 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
429 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
449 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
469 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 207 milliseconds