Home
last modified time | relevance | path

Searched defs:bucketIndex (Results 1 – 4 of 4) 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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java117 int bucketIndex = mTargetUtils.getBucketIndex(name); in getLabel() local