Searched refs:FLAG_SHOW_FOR_ALL_USERS (Results 1 – 5 of 5) sorted by relevance
96 | ActivityInfo.FLAG_SHOW_FOR_ALL_USERS)) > 0; in wouldShowOverLockscreen()
370 public static final int FLAG_SHOW_FOR_ALL_USERS = 0x0400; field in ActivityInfo
4470 a.info.flags |= ActivityInfo.FLAG_SHOW_FOR_ALL_USERS; in parseActivity()
62 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()
35 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()