Searched refs:photoNameIndex (Results 1 – 1 of 1) sorted by relevance
763 final int photoNameIndex = cursor.getColumnIndex(PhotoContract.PhotoViewColumns.NAME); in updateActionBar() local764 mActionBarTitle = cursor.getString(photoNameIndex); in updateActionBar()