Home
last modified time | relevance | path

Searched refs:mAlphabeticIndexBucketCount (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java96 private final int mAlphabeticIndexBucketCount; field in ContactLocaleUtils.ContactLocaleUtilsBase
121 mAlphabeticIndexBucketCount = mAlphabeticIndex.getBucketCount(); in ContactLocaleUtilsBase()
122 mNumberBucketIndex = mAlphabeticIndexBucketCount - 1; in ContactLocaleUtilsBase()
199 return mAlphabeticIndexBucketCount + 1; in getBucketCount()