Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java121 mAlphabeticIndexBucketCount = mAlphabeticIndex.getBucketCount(); in ContactLocaleUtilsBase()
198 public int getBucketCount() { in getBucketCount() method in ContactLocaleUtils.ContactLocaleUtilsBase
208 if (bucketIndex < 0 || bucketIndex >= getBucketCount()) { in getBucketLabel()
224 final int bucketCount = getBucketCount(); in getLabels()
310 public int getBucketCount() { in getBucketCount() method in ContactLocaleUtils.JapaneseContactUtils
311 return super.getBucketCount() + 1; in getBucketCount()
497 public int getBucketCount() { in getBucketCount() method in ContactLocaleUtils
498 return mUtils.getBucketCount(); in getBucketCount()