Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPicasaSource.java347 int typeIndex = cursor.getColumnIndex(PICASA_ALBUM_TYPE); in findAlbums() local
357 String type = (typeIndex >= 0 ? cursor.getString(typeIndex) : "none"); in findAlbums()
358 boolean isPosts = (typeIndex >= 0 && PICASA_POSTS_TYPE.equals(type)); in findAlbums()
359 boolean isUpload = (typeIndex >= 0 && in findAlbums()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseDatabaseHelperUpgradeTest.java76 final int typeIndex = cursor.getColumnIndex("type"); in TableStructure() local
85 column.type = cursor.getString(typeIndex); in TableStructure()