Home
last modified time | relevance | path

Searched defs:isNew (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleTaskViewListenerTest.kt516 val isNew = bubbleTaskViewListener.setBubble(b) in setBubble_isNew() constant
529 var isNew = bubbleTaskViewListener.setBubble(b) in setBubble_launchContentChanged() variable
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java87 int uid, String pkg, boolean isNew, boolean wasBlocked) { in logNotificationChannelGroup()
199 public static NotificationChannelEvent getGroupUpdated(boolean isNew) { in getGroupUpdated()
DZenModeHelper.java1193 ZenRule rule, @ConfigOrigin int origin, boolean isNew) { in populateZenRule()
1356 @Nullable ZenPolicy newPolicy, boolean updateBitmask, boolean isNew) { in updatePolicy()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp159 const bool isNew = mDisplays in registerDisplayInternal() local