Searched refs:FLAG_SYSTEM_YES (Results 1 – 2 of 2) sorted by relevance
77 public static final int FLAG_SYSTEM_YES = 1 << 6; field in ItemInfoWithIcon84 public static final int FLAG_SYSTEM_MASK = FLAG_SYSTEM_YES | FLAG_SYSTEM_NO;
110 ? FLAG_SYSTEM_NO : FLAG_SYSTEM_YES; in updateRuntimeFlagsForActivityTarget()