Searched refs:FLAG_GROUP_SUMMARY (Results 1 – 6 of 6) sorted by relevance
192 return (notif.flags & Notification.FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()
53 NO DOC BLOCK: android.app.Notification Field FLAG_GROUP_SUMMARY
454 public static final int FLAG_GROUP_SUMMARY = 0x00000200; field in Notification1849 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()1856 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()2534 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary);
155 public static final int FLAG_GROUP_SUMMARY = 0x00000200; field in NotificationCompat
4695 field public static final int FLAG_GROUP_SUMMARY = 512; // 0x200
4605 field public static final int FLAG_GROUP_SUMMARY = 512; // 0x200