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

  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateIntentCompleted.java 32 public final class StateIntentCompleted extends StateImpl {
36 public static StateIntentCompleted from(
40 return new StateIntentCompleted(
44 public static StateIntentCompleted from(
47 return new StateIntentCompleted(
51 private StateIntentCompleted(
StateSavingPicture.java 90 return Optional.of((State) StateIntentCompleted.from(
101 return Optional.of((State) StateIntentCompleted.from(
105 return Optional.of((State) StateIntentCompleted.from(this, mResourceConstructed));
StateReviewingPicture.java 116 return Optional.of((State) StateIntentCompleted.from(

Completed in 637 milliseconds