Searched refs:FLAG_SYSTEM_USER_ONLY (Results 1 – 5 of 5) sorted by relevance
476 public static final int FLAG_SYSTEM_USER_ONLY = 0x20000000; field in ActivityInfo
4478 a.info.flags |= ActivityInfo.FLAG_SYSTEM_USER_ONLY; in parseActivity()
14742 if ((ri.activityInfo.flags&ActivityInfo.FLAG_SYSTEM_USER_ONLY) != 0) { in collectReceiverComponents()
7483 if ((info.activityInfo.flags & ActivityInfo.FLAG_SYSTEM_USER_ONLY) != 0) {
13811 Landroid/content/pm/ActivityInfo;->FLAG_SYSTEM_USER_ONLY:I