Home
last modified time | relevance | path

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

/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.java463 public void setHasContentLocked(boolean hasContent) { in setHasContentLocked() argument
464 mHasContent = hasContent; in setHasContentLocked()
DDisplayManagerService.java1192 private void setDisplayPropertiesInternal(int displayId, boolean hasContent, in setDisplayPropertiesInternal() argument
1199 if (display.hasContentLocked() != hasContent) { in setDisplayPropertiesInternal()
1202 + "hasContent=" + hasContent + ", inTraversal=" + inTraversal); in setDisplayPropertiesInternal()
1205 display.setHasContentLocked(hasContent); in setDisplayPropertiesInternal()
2426 public void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
2428 setDisplayPropertiesInternal(displayId, hasContent, requestedRefreshRate, in setDisplayProperties()
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerInternal.java157 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71594 Landroid/telecom/Voicemail;->hasContent()Z