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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 296 * Boolean indicating that his item was restored and not yet successfully bound.
299 public static final String RESTORED = "restored";
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 60 int curState = RESTORED; // Current state the activity is in.
63 static final int RESTORED = 0; // State restored, but no startActivity().
112 if (r.curState == RESTORED || r.curState == DESTROYED) {
442 * user later navigates to them the correct state will be restored.

Completed in 310 milliseconds