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

  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 53 static final int DOWNLOADED_FLAG = 1;
77 flags |= DOWNLOADED_FLAG;
DeleteDropTarget.java 149 if ((appInfo.flags & ApplicationInfo.DOWNLOADED_FLAG) != 0) {
Launcher.java     [all...]

Completed in 164 milliseconds