Merge "Rename RollbackInfo.getSessionId to getCommittedSessionId."

This commit is contained in:
Richard Uhler
2019-01-30 10:29:04 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public final class RollbackInfo implements Parcelable {
* Returns the session ID for the committed rollback for staged rollbacks.
* Only applicable for rollbacks that have been committed.
*/
public int getSessionId() {
public int getCommittedSessionId() {
// TODO: Support rollback of staged installs.
return PackageInstaller.SessionInfo.INVALID_ID;
}