Searched refs:mAlphabeticIndex (Results 1 – 2 of 2) sorted by relevance
114 private Object mAlphabeticIndex; field in AlphabeticIndexCompat.AlphabeticIndexV16123 mAlphabeticIndex = clazz.getConstructor(Locale.class).newInstance(curLocale); in AlphabeticIndexV16()127 .invoke(mAlphabeticIndex, Locale.ENGLISH); in AlphabeticIndexV16()138 return (Integer) mGetBucketIndexMethod.invoke(mAlphabeticIndex, s); in getBucketIndex()150 return (String) mGetBucketLabelMethod.invoke(mAlphabeticIndex, index); in getBucketLabel()164 private Object mAlphabeticIndex; field in AlphabeticIndexCompat.AlphabeticIndexVN180 mAlphabeticIndex = clazz.getConstructor(Locale.class).newInstance(primaryLocale); in AlphabeticIndexVN()185 addLocales.invoke(mAlphabeticIndex, new Object[]{ new Locale[] {l}}); in AlphabeticIndexVN()187 addLocales.invoke(mAlphabeticIndex, new Object[]{ new Locale[] {Locale.ENGLISH}}); in AlphabeticIndexVN()189 mAlphabeticIndex = mAlphabeticIndex.getClass() in AlphabeticIndexVN()[all …]
95 protected final ImmutableIndex mAlphabeticIndex; field in ContactLocaleUtils.ContactLocaleUtilsBase120 mAlphabeticIndex = ai.buildImmutableIndex(); in ContactLocaleUtilsBase()121 mAlphabeticIndexBucketCount = mAlphabeticIndex.getBucketCount(); in ContactLocaleUtilsBase()184 final int bucket = mAlphabeticIndex.getBucketIndex(name); in getBucketIndex()215 return mAlphabeticIndex.getBucket(bucketIndex).getLabel(); in getBucketLabel()