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

  /frameworks/base/core/java/android/content/
UndoManager.java 617 int commitId = mWorking.getCommitId();
621 return commitId;
637 * @param commitId The identifier for the state to be uncommitted, as returned
642 public boolean uncommitState(int commitId, UndoOwner owner) {
643 if (mWorking != null && mWorking.getCommitId() == commitId) {
650 if (state.getCommitId() == commitId) {
743 UndoState(UndoManager manager, int commitId) {
745 mCommitId = commitId;
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 22 milliseconds