Home
last modified time | relevance | path

Searched refs:FLAG_SHOW_FOR_ALL_USERS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityIntentHelper.java96 | ActivityInfo.FLAG_SHOW_FOR_ALL_USERS)) > 0; in wouldShowOverLockscreen()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java370 public static final int FLAG_SHOW_FOR_ALL_USERS = 0x0400; field in ActivityInfo
DPackageParser.java4470 a.info.flags |= ActivityInfo.FLAG_SHOW_FOR_ALL_USERS; in parseActivity()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java62 import static android.content.pm.ActivityInfo.FLAG_SHOW_FOR_ALL_USERS;
1126 (info.flags & FLAG_SHOW_FOR_ALL_USERS) != 0, appInfo.targetSdkVersion, in createAppWindowToken()
2508 return (info.flags & FLAG_SHOW_FOR_ALL_USERS) != 0 in okToShowLocked()
DActivityStack.java35 import static android.content.pm.ActivityInfo.FLAG_SHOW_FOR_ALL_USERS;
5537 task.createTask(toTop, (info.flags & FLAG_SHOW_FOR_ALL_USERS) != 0); in createTaskRecord()