Home | History | Annotate | Download | only in session

Lines Matching defs:session

17 package com.android.camera.session;
69 * @return A session instance representing the new placeholder.
83 * @return A session instance representing the new placeholder.
115 * @return A session that can be used to update the progress of the new
116 * session.
125 * @param placeholder the session that is being finished.
147 * @param session the session to update
150 public void replacePlaceholder(Placeholder session, Bitmap placeholder) {
151 Storage.replacePlaceholder(session.outputUri, placeholder);
152 CameraUtil.broadcastNewPicture(mContext, session.outputUri);
156 * Retrieve the placeholder for a given session.
158 * @param placeholder the session for which to retrieve bitmap placeholder
166 * Remove the placeholder for a given session.
168 * @param placeholder the session for which to remove the bitmap placeholder.
175 * Create a new session instance from the given URI by querying the media
188 // the session was created.