Searched defs:DOWNLOADED_FLAG (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DApplicationInfo.java55 static final int DOWNLOADED_FLAG = 1; field in class:ApplicationInfo
75 flags |= DOWNLOADED_FLAG;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppInfo.java61 static final int DOWNLOADED_FLAG = 1; field in class:AppInfo
97 flags |= DOWNLOADED_FLAG;

Completed in 86 milliseconds