Home
last modified time | relevance | path

Searched refs:hasContent (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java77 if (!hasContent(entry)) { in updateContentViews()
86 if (hasContent(childEntry)) { in updateContentViews()
90 if (!hasContent(childEntry)) { in updateContentViews()
98 private boolean hasContent(NotificationEntry entry) { in hasContent() method in DynamicChildBindController
/frameworks/base/telecomm/java/android/telecom/
DVoicemail.java43 Boolean hasContent, String transcription) { in Voicemail() argument
53 mHasContent = hasContent; in Voicemail()
144 public Builder setHasContent(boolean hasContent) { in setHasContent() argument
145 mBuilderHasContent = hasContent; in setHasContent()
237 public boolean hasContent() { in hasContent() method in Voicemail
/frameworks/base/libs/hwui/
DDisplayList.h68 return !hasContent(); in isEmpty()
71 [[nodiscard]] bool hasContent() const { in hasContent() function
250 [[nodiscard]] bool hasContent() const { in hasContent() function
DRenderNode.h112 bool isRenderable() const { return mDisplayList.hasContent(); } in isRenderable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java114 private static boolean hasContent(NotificationEntry e) { in hasContent() method in NotificationHelper
132 return isMissedCall(e) || hasContent(e); in isMissedCallOrHasContent()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java628 public void setHasContentLocked(boolean hasContent) { in setHasContentLocked() argument
629 mHasContent = hasContent; in setHasContentLocked()
DDisplayManagerService.java1496 private void setDisplayPropertiesInternal(int displayId, boolean hasContent,
1508 if (display.hasContentLocked() != hasContent) {
1511 + "hasContent=" + hasContent + ", inTraversal=" + inTraversal);
1514 display.setHasContentLocked(hasContent);
3199 public void setDisplayProperties(int displayId, boolean hasContent,
3203 setDisplayPropertiesInternal(displayId, hasContent, requestedRefreshRate,
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h89 bool hasContent() const;
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerInternal.java220 public abstract void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java347 private boolean hasContent = false; field in TestWebServer.Worker
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp107 bool SectionMap::Output::hasContent() const { in hasContent() function in mcld::SectionMap::Output
DObjectLinker.cpp425 if ((*out)->hasContent()) { in mergeSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1767 if (!(*out)->hasContent() && in createProgramHdrs()
2399 if ((*out)->hasContent() || in placeOutputSections()
2454 if ((*out)->hasContent() || in layout()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56067 Landroid/telecom/Voicemail;->hasContent()Z