OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:savedids
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java
295
Set<String>
savedIds
= getSavedIdsByType(Key.FAVORITE, in);
296
if (DEBUG) Log.d(TAG, "favorite
savedIds
.size()=" +
savedIds
.size());
312
if (!
savedIds
.contains(backupKey) || updateTime >= in.t) {
325
savedIds
.removeAll(currentIds);
326
out.rows += removeDeletedKeysFromBackup(
savedIds
, data);
372
Set<String>
savedIds
= getSavedIdsByType(Key.SCREEN, in);
373
if (DEBUG) Log.d(TAG, "screen
savedIds
.size()=" +
savedIds
.size());
390
if (!
savedIds
.contains(backupKey) || updateTime >= in.t)
[
all
...]
Completed in 61 milliseconds