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

  /packages/apps/Launcher3/util/com/android/launcher3/
DecoderRing.java 19 import com.android.launcher3.backup.BackupProtos.Favorite;
66 * launcher_protoutil -L -f favorite.log
75 Favorite.class,
95 defaultType = Favorite.class;
210 if (proto instanceof Favorite) {
211 Favorite favorite = (Favorite) proto; local
212 if (favorite.iconType == ICON_TYPE_BITMAP) {
213 writeImageData(favorite.icon, prefix + ".png")
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 25 import com.android.launcher3.backup.BackupProtos.Favorite;
240 case Key.FAVORITE:
297 Set<String> savedIds = getSavedIdsByType(Key.FAVORITE, in);
298 if (DEBUG) Log.d(TAG, "favorite savedIds.size()=" + savedIds.size());
311 Key key = getKey(Key.FAVORITE, id);
319 if (VERBOSE) Log.v(TAG, "favorite " + id + " was too old: " + updateTime);
325 if (DEBUG) Log.d(TAG, "favorite currentIds.size()=" + currentIds.size());
333 * Read a favorite from the stream.
343 if (VERBOSE) Log.v(TAG, "unpacking favorite " + key.id);
357 Log.e(TAG, "failed to decode favorite", e)
785 Favorite favorite = new Favorite(); local
839 Favorite favorite = new Favorite(); local
    [all...]
Launcher.java 1419 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 1060 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false); local
    [all...]

Completed in 125 milliseconds