Home
last modified time | relevance | path

Searched refs:hasStatusFlag (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutInfo.java182 public boolean hasStatusFlag(int flag) { in hasStatusFlag() method in ShortcutInfo
188 return hasStatusFlag(FLAG_RESTORED_ICON | FLAG_AUTOINTALL_ICON); in isPromise()
DBubbleTextView.java547 ((info.hasStatusFlag(ShortcutInfo.FLAG_INSTALL_SESSION_ACTIVE) ? in applyPromiseState()
DLauncher.java2461 shortcut.hasStatusFlag(ShortcutInfo.FLAG_INSTALL_SESSION_ACTIVE)); in onClickAppShortcut()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java226 if (si.hasStatusFlag(ShortcutInfo.FLAG_AUTOINTALL_ICON)) { in execute()