Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java836 final int photoNameIndex = cursor.getColumnIndex(PhotoContract.PhotoViewColumns.NAME); in updateActionBar() local
837 mActionBarTitle = cursor.getString(photoNameIndex); in updateActionBar()