Searched refs:DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE (Results 1 – 2 of 2) sorted by relevance
434 static final int DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE = 1 << 1; field in ActivityTaskManagerService439 DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE,5281 if ((demoteReasons & DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE) != 0) { in updateTopApp()5283 mDemoteTopAppReasons = demoteReasons & ~DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE; in updateTopApp()
118 …atic com.android.server.wm.ActivityTaskManagerService.DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHAD…7786 && (demoteTopAppReasons & DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE) == 0) { in onNotificationShadeExpanded()7788 demoteTopAppReasons | DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE; in onNotificationShadeExpanded()7794 && (demoteTopAppReasons & DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE) != 0) { in onNotificationShadeExpanded()7796 demoteTopAppReasons & ~DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE; in onNotificationShadeExpanded()