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

  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 55 static final int DOWNLOADED_FLAG = 1;
75 flags |= DOWNLOADED_FLAG;
DeleteDropTarget.java 150 if ((appInfo.flags & ApplicationInfo.DOWNLOADED_FLAG) != 0) {
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java 55 static final int DOWNLOADED_FLAG = 1;
108 flags |= DOWNLOADED_FLAG;
UninstallDropTarget.java 53 return componentInfo != null && (componentInfo.second & AppInfo.DOWNLOADED_FLAG) != 0;
100 if ((componentInfo.second & AppInfo.DOWNLOADED_FLAG) == 0) {

Completed in 656 milliseconds