Home
last modified time | relevance | path

Searched refs:hasContent (Results 1 – 10 of 10) 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/services/core/java/com/android/server/display/
DLogicalDisplay.java491 public void setHasContentLocked(boolean hasContent) { in setHasContentLocked() argument
492 mHasContent = hasContent; in setHasContentLocked()
DDisplayManagerService.java1271 private void setDisplayPropertiesInternal(int displayId, boolean hasContent, in setDisplayPropertiesInternal() argument
1282 if (display.hasContentLocked() != hasContent) { in setDisplayPropertiesInternal()
1285 + "hasContent=" + hasContent + ", inTraversal=" + inTraversal); in setDisplayPropertiesInternal()
1288 display.setHasContentLocked(hasContent); in setDisplayPropertiesInternal()
2623 public void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
2626 setDisplayPropertiesInternal(displayId, hasContent, requestedRefreshRate, in setDisplayProperties()
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerInternal.java181 public abstract void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h89 bool hasContent() const;
/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()