Searched refs:isNew (Results 1 – 11 of 11) 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 | 570 private void populateZenRule(AutomaticZenRule automaticZenRule, ZenRule rule, boolean isNew) { in populateZenRule() argument 571 if (isNew) { in populateZenRule()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | NetworkUpdateResult.java | 66 public void setIsNewNetwork(boolean isNew) { in setIsNewNetwork() argument 67 isNewNetwork = isNew; in setIsNewNetwork()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerLogger.kt | 55 fun logNotifInflated(key: String, isNew: Boolean) { in logNotifInflated() 58 bool1 = isNew in logNotifInflated()
|
D | NotificationEntryManager.java | 340 boolean isNew = getActiveNotificationUnfiltered(entry.getKey()) == null; 341 mLogger.logNotifInflated(entry.getKey(), isNew); 342 if (isNew) {
|
/frameworks/ml/nn/runtime/ |
D | TypeManager.cpp | 205 bool isNew; in registerExtension() local 206 std::tie(it, isNew) = mExtensionNameToExtension.emplace(extension.name, extension); in registerExtension() 207 if (isNew) { in registerExtension()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarIconControllerImpl.java | 247 boolean isNew = getIcon(index, holder.getTag()) == null; in setIcon() 250 if (isNew) { in setIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExpandedView.java | 606 boolean isNew = mBubble == null || didBackingContentChange(bubble); in update() 607 if (isNew || bubble != null && bubble.getKey().equals(mBubble.getKey())) { in update() 625 if (isNew) { in update()
|
/frameworks/ml/nn/common/ |
D | ValidateHal.cpp | 671 auto [_, isNew] = path->insert(&subgraph); in checkNoReferenceCycles() 672 if (!isNew) { in checkNoReferenceCycles()
|
/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
|