Searched refs:isNew (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelLogger.java | 87 int uid, String pkg, boolean isNew, boolean wasBlocked) { in logNotificationChannelGroup() argument 88 logNotificationChannelGroup(NotificationChannelEvent.getGroupUpdated(isNew), in logNotificationChannelGroup() 199 public static NotificationChannelEvent getGroupUpdated(boolean isNew) { in getGroupUpdated() argument 200 return isNew in getGroupUpdated()
|
D | ZenModeHelper.java | 677 boolean isNew = false; in applyGlobalPolicyAsImplicitZenRule() 680 isNew = true; in applyGlobalPolicyAsImplicitZenRule() 689 if (isNew) { in applyGlobalPolicyAsImplicitZenRule() 701 isNew); in applyGlobalPolicyAsImplicitZenRule() 1125 @ConfigChangeOrigin int origin, boolean isNew) { in populateZenRule() argument 1129 if (isNew) { in populateZenRule() 1142 && !isNew && origin == UPDATE_ORIGIN_USER in populateZenRule() 1188 if (isNew || doesOriginAlwaysUpdateValues(origin) in populateZenRule() 1198 boolean updateValues = isNew || doesOriginAlwaysUpdateValues(origin) in populateZenRule() 1234 modified |= updatePolicy(rule, azr.getZenPolicy(), updateBitmask, isNew); in populateZenRule() [all …]
|
/frameworks/base/tests/BinaryTransparencyHostTest/test-app/src/android/transparency/test/app/ |
D | BinaryTransparencyTest.java | 91 boolean isNew = digestsSeen.add(digestHex); in testCollectAllApexInfo() 94 .that(isNew).isTrue(); in testCollectAllApexInfo()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleTaskViewHelper.java | 224 boolean isNew = mBubble == null || didBackingContentChange(bubble); in update() 226 if (isNew) { in update()
|
D | BubbleExpandedView.java | 919 boolean isNew = mBubble == null || didBackingContentChange(bubble); in update() 920 if (isNew || bubble.getKey().equals(mBubble.getKey())) { in update() 937 if (isNew) { in update()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/ |
D | StatusBarIconControllerImpl.java | 365 boolean isNew = mStatusBarIconList.getIconHolder(slot, holder.getTag()) == null; in setIcon() 368 if (isNew) { in setIcon()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 150 auto [pacesetterVsyncSchedule, isNew] = [&]() REQUIRES(kMainThreadContext) { in registerDisplayInternal() 152 const bool isNew = mDisplays in registerDisplayInternal() local 158 isNew); in registerDisplayInternal() 164 if (isNew) { in registerDisplayInternal()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 522 SLboolean isNew 531 SLboolean isNew
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 1889 XAboolean isNew 1897 XAboolean isNew
|