/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicChildBindController.java | 77 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/ |
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/base/libs/hwui/ |
D | DisplayList.h | 68 return !hasContent(); in isEmpty() 71 [[nodiscard]] bool hasContent() const { in hasContent() function 250 [[nodiscard]] bool hasContent() const { in hasContent() function
|
D | RenderNode.h | 112 bool isRenderable() const { return mDisplayList.hasContent(); } in isRenderable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | NotificationHelper.java | 114 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/ |
D | LogicalDisplay.java | 628 public void setHasContentLocked(boolean hasContent) { in setHasContentLocked() argument 629 mHasContent = hasContent; in setHasContentLocked()
|
D | DisplayManagerService.java | 1496 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/ |
D | SectionMap.h | 89 bool hasContent() const;
|
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayManagerInternal.java | 220 public abstract void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
|
/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()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 56067 Landroid/telecom/Voicemail;->hasContent()Z
|