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

  /packages/apps/Settings/src/com/android/settings/slices/
SlicesFeatureProviderImpl.java 34 SlicesIndexer indexer = getSliceIndexer(context); local
35 ThreadUtils.postOnBackgroundThread(indexer);
40 SlicesIndexer indexer = getSliceIndexer(context); local
41 indexer.indexSliceData();
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 53 AlphabetIndexer indexer = new AlphabetIndexer(c1, SORTED_COLUMN_INDEX, ALPHABET); local
56 Object[] sections = indexer.getSections();
69 assertEquals(INDEX_OF_ARGENTINA, indexer.getPositionForSection(index));
73 assertEquals(INDEX_OF_CHINA, indexer.getPositionForSection(index));
77 assertEquals(INDEX_OF_UNITED_STATES, indexer.getPositionForSection(index));
81 assertEquals(COUNTRIES_LIST.length, indexer.getPositionForSection(index));
84 assertEquals(ALPHABET.indexOf('A'), indexer.getSectionForPosition(0));
85 assertEquals(ALPHABET.indexOf('C'), indexer.getSectionForPosition(2));
86 assertEquals(ALPHABET.indexOf('G'), indexer.getSectionForPosition(4));
87 assertEquals(ALPHABET.indexOf('J'), indexer.getSectionForPosition(6))
116 MyAlphabetIndexer indexer = new MyAlphabetIndexer(cursor, SORTED_COLUMN_INDEX, ALPHABET); local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/group/
GroupUtilTest.java 55 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); local
57 GroupUtil.updateBundle(bundle, indexer, subscriptsList, sections, counts);
103 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); local
105 GroupUtil.updateBundle(bundle, indexer, subscriptsList, sections, counts);
  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsModel.java 62 AlphabeticIndexCompat indexer = new AlphabeticIndexCompat(context); local
67 row.titleSectionName = indexer.computeSectionName(row.pkgItem.title);
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Multibinder.java 325 Set<Indexer.IndexedBinding> index = Sets.newHashSet();
326 Indexer indexer = new Indexer(injector); local
332 if (index.add(binding.acceptTargetVisitor(indexer))) {
MapBinder.java 48 import com.google.inject.multibindings.Indexer.IndexedBinding;
466 Indexer indexer = new Indexer(injector); local
474 if (index.put(providerEntry.getKey(), valueBinding.acceptTargetVisitor(indexer))) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberPickerFragment.java 92 final ContactsSectionIndexer indexer = (sections == null || counts == null) local
105 if (indexer != null && GroupUtil.needTrimming(mCount, counts, indexer.getPositions())) {
106 GroupUtil.updateBundle(bundle, indexer, indicesToFilter, sections, counts);
ContactEntryListAdapter.java 382 SectionIndexer indexer = getIndexer(); local
383 if (indexer != null) {
384 ((ContactsSectionIndexer) indexer).setFavoritesHeader(numberOfItems);
489 * Updates the indexer, which is used to produce section headers.
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 61 import com.google.inject.multibindings.Indexer.IndexedBinding;
188 Indexer indexer = new Indexer(injector); local
230 if (indexer.isIndexable(valueBinding)
231 && !indexedEntries.put(pme.getKey(), valueBinding.acceptTargetVisitor(indexer))) {
300 Indexer indexer = new Indexer(null); local
321 if (indexer.isIndexable(valueBinding
478 Indexer indexer = new Indexer(injector); local
550 Indexer indexer = new Indexer(null); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersFragment.java 120 final ContactsSectionIndexer indexer = (sections == null || counts == null) local
135 if (indexer != null && GroupUtil.needTrimming(mCount, counts, indexer.getPositions())) {
136 GroupUtil.updateBundle(bundle, indexer, indicesToFilter, sections, counts);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactEntryListAdapter.java 363 SectionIndexer indexer = getIndexer(); local
364 if (indexer != null) {
365 ((ContactsSectionIndexer) indexer)
471 /** Updates the indexer, which is used to produce section headers. */
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/
compiler-SNAPSHOT.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 278 milliseconds