OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOWNLOADED_FLAG
(Results
1 - 6
of
6
) 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
...]
/packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java
54
static final int
DOWNLOADED_FLAG
= 1;
98
flags |=
DOWNLOADED_FLAG
;
DeleteDropTarget.java
158
return (appInfo.flags & AppInfo.
DOWNLOADED_FLAG
) != 0;
165
return (shortcutInfo.flags & AppInfo.
DOWNLOADED_FLAG
) != 0;
Launcher.java
[
all
...]
Completed in 525 milliseconds