Searched refs:mAlbumPath (Results 1 – 3 of 3) sorted by relevance
38 private Path mAlbumPath; field in MediaSetSource54 mAlbumPath = Path.fromString(albumPath); in MediaSetSource()106 MediaSet mediaSet = (MediaSet) mDataManager.getMediaObject(mAlbumPath); in resolveAlbumPath()119 mAlbumPath = null; in resolveAlbumPath()
57 private final String mAlbumPath; field in WidgetService.PhotoRVFactory66 mAlbumPath = albumPath; in PhotoRVFactory()72 mSource = new MediaSetSource(mApp.getDataManager(), mAlbumPath); in onCreate()
51 private String mAlbumPath; field in AlbumFragment62 mAlbumPath = args.getString(KEY_ALBUM_URI, null); in onCreate()118 MediaItemsLoader loader = new MediaItemsLoader(getActivity(), mAlbumPath); in onCreateLoader()