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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 243 * Boolean indicating that his item was restored and not yet successfully bound.
246 public static final String RESTORED = "restored";
279 "restored INTEGER NOT NULL DEFAULT 0," +
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 63 int curState = RESTORED; // Current state the activity is in.
66 static final int RESTORED = 0; // State restored, but no startActivity().
115 if (r.curState == RESTORED || r.curState == DESTROYED) {
461 * user later navigates to them the correct state will be restored.
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 360 * Flag to indicate the voicemail was restored from a backup. The value will be 1 if
361 * restored, 0 if not.
365 public static final String RESTORED = "restored";
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 67 milliseconds