Searched refs:hasContent (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | Voicemail.java | 43 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/support/leanback/src/main/java/androidx/leanback/widget/ |
D | ImageCardView.java | 178 boolean hasContent = (cardType & CARD_TYPE_FLAG_CONTENT) == CARD_TYPE_FLAG_CONTENT; in buildImageCardView() 205 if (hasContent) { in buildImageCardView() 221 if (hasTitle && !hasContent && mBadgeImage != null) { in buildImageCardView() 234 if (hasContent) { in buildImageCardView() 252 if (hasContent) { in buildImageCardView()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 404 public void setHasContentLocked(boolean hasContent) { in setHasContentLocked() argument 405 mHasContent = hasContent; in setHasContentLocked()
|
D | DisplayManagerService.java | 1147 private void setDisplayPropertiesInternal(int displayId, boolean hasContent, in setDisplayPropertiesInternal() argument 1154 if (display.hasContentLocked() != hasContent) { in setDisplayPropertiesInternal() 1157 + "hasContent=" + hasContent + ", inTraversal=" + inTraversal); in setDisplayPropertiesInternal() 1160 display.setHasContentLocked(hasContent); in setDisplayPropertiesInternal() 2206 public void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument 2208 setDisplayPropertiesInternal(displayId, hasContent, requestedRefreshRate, in setDisplayProperties()
|
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayManagerInternal.java | 146 public abstract void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 89 bool hasContent() const;
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 347 private boolean hasContent = false; field in TestWebServer.Worker
|
/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 107 bool SectionMap::Output::hasContent() const { in hasContent() function in mcld::SectionMap::Output
|
D | ObjectLinker.cpp | 425 if ((*out)->hasContent()) { in mergeSections()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1767 if (!(*out)->hasContent() && in createProgramHdrs() 2399 if ((*out)->hasContent() || in placeOutputSections() 2454 if ((*out)->hasContent() || in layout()
|