HomeSort by relevance Sort by last modified time
    Searched refs:photoNameIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 669 final int photoNameIndex = cursor.getColumnIndex(PhotoContract.PhotoViewColumns.NAME);
670 mActionBarTitle = cursor.getString(photoNameIndex);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 668 final int photoNameIndex = cursor.getColumnIndex(PhotoContract.PhotoViewColumns.NAME);
669 mActionBarTitle = cursor.getString(photoNameIndex);
    [all...]

Completed in 39 milliseconds