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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetInfo.java 107 values.put(LauncherSettings.Favorites.RESTORED, restoreStatus);
LauncherSettings.java 296 * Boolean indicating that his item was restored and not yet successfully bound.
299 static final String RESTORED = "restored";
AppWidgetsRestoredReceiver.java 32 Log.e(TAG, "Invalid host restored received");
58 values.put(LauncherSettings.Favorites.RESTORED, state);
63 "appWidgetId=? and (restored & 1) = 1", widgetIdParams);
AutoInstallsLayout.java 337 mValues.put(Favorites.RESTORED, ShortcutInfo.FLAG_AUTOINTALL_ICON);
LauncherBackupHelper.java 268 * Restore launcher configuration from the restored data stream.
290 if (VERBOSE) Log.v(TAG, "Journal entry restored");
581 if (VERBOSE) Log.v(TAG, "saving restored icon as: " + key.name);
    [all...]
LauncherModel.java     [all...]
  /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.
  /external/valgrind/main/memcheck/tests/x86/
fxsave.stdout.exp 72 RESTORED
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 74 RESTORED
179 RESTORED

Completed in 159 milliseconds