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

  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 52 private String mAlbumTitle;
63 mAlbumTitle = args.getString(KEY_ALBUM_TITLE, null);
93 title.setText(mAlbumTitle);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java 170 mTrackInfo.mAlbumTitle);
442 String mAlbumTitle;
453 mAlbumTitle = AvrcpControllerConstants.ALBUM_NAME_INVALID;
474 mAlbumTitle = mAttribs[i];
496 " albumTitle= " + mAlbumTitle + " genre= " +mGenre+" trackNum= "+

Completed in 61 milliseconds