Home
last modified time | relevance | path

Searched defs:bucketIndex (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java261 public String getBucketLabel(int bucketIndex) { in getBucketLabel()
350 final int bucketIndex = super.getBucketIndex(name); in getBucketIndex() local
375 public String getBucketLabel(int bucketIndex) { in getBucketLabel()
576 public String getBucketLabel(int bucketIndex) { in getBucketLabel()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DLocalSource.java81 int bucketIndex = cursor.getColumnIndex(MediaStore.Images.Media.BUCKET_ID); in findAlbums() local
166 int bucketIndex = cursor.getColumnIndex(MediaStore.Images.Media.BUCKET_ID); in unpackImageData() local
DPicasaSource.java148 int bucketIndex = cursor.getColumnIndex(PICASA_ALBUM_ID); in unpackImageData() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DIntHistogram.java119 public Bucket getBucketByIndex(int bucketIndex) { in getBucketByIndex()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DBackgroundScanScheduler.java201 int bucketIndex = 0; in createBucketSettings() local
493 int bucketIndex; in addScanToBuckets() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java117 int bucketIndex = mTargetUtils.getBucketIndex(name); in getLabel() local
/packages/modules/StatsD/statsd/src/anomaly/
DAnomalyTracker.cpp101 const int bucketIndex = index(bucketNum); in addPastBucket() local