Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemail.java37 private final Boolean hasContent; field in Voicemail
50 Boolean hasContent, in Voicemail() argument
61 this.hasContent = hasContent; in Voicemail()
152 public Builder setHasContent(boolean hasContent) { in setHasContent() argument
153 builderHasContent = hasContent; in setHasContent()
252 public boolean hasContent() { in hasContent() method in Voicemail
253 return hasContent; in hasContent()
291 if (hasContent) { in writeToParcel()
330 hasContent = in.readInt() > 0 ? true : false; in Voicemail()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A 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
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A 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
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
H A DVoicemailPlaybackPresenter.java290 hasContent -> { in setPlaybackView()
291 if (hasContent) { in setPlaybackView()
403 public void onPostExecute(Boolean hasContent) { in checkForContent()
404 callback.onContentChecked(hasContent); in checkForContent()
473 if (!hasContent(cursor)) { in requestContent()
647 hasContent -> { in resumePlayback()
648 if (!hasContent) { in resumePlayback()
889 if (hasContent(callLogInfo) && hasContent(contentInfo)) { in doInBackground()
970 private static boolean hasContent(@Nullable Cursor cursor) { in hasContent() method in VoicemailPlaybackPresenter
1050 void onContentChecked(boolean hasContent); in onContentChecked() argument
[all …]
/aosp12/frameworks/base/libs/hwui/
H A DDisplayList.h68 return !hasContent(); in isEmpty()
71 [[nodiscard]] bool hasContent() const { in hasContent() function
250 [[nodiscard]] bool hasContent() const { in hasContent() function
H A DRenderNode.h112 bool isRenderable() const { return mDisplayList.hasContent(); } in isRenderable()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DDialogFragment.java206 boolean hasContent = fm.findFragmentByTag(BaseDialogFragment.TAG_CONTENT) != null; in getContentFragmentTransaction()
209 if (hasContent) { in getContentFragmentTransaction()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java114 private static boolean hasContent(NotificationEntry e) { in hasContent() method in NotificationHelper
132 return isMissedCall(e) || hasContent(e); in isMissedCallOrHasContent()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java635 public void setHasContentLocked(boolean hasContent) { in setHasContentLocked() argument
636 mHasContent = hasContent; in setHasContentLocked()
H A DDisplayManagerService.java1545 private void setDisplayPropertiesInternal(int displayId, boolean hasContent,
1557 if (display.hasContentLocked() != hasContent) {
1560 + "hasContent=" + hasContent + ", inTraversal=" + inTraversal);
1563 display.setHasContentLocked(hasContent);
3321 public void setDisplayProperties(int displayId, boolean hasContent,
3325 setDisplayPropertiesInternal(displayId, hasContent, requestedRefreshRate,
/aosp12/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h89 bool hasContent() const;
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerInternal.java221 public abstract void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
H A DNewVoicemailMediaPlayerView.java469 if (!hasContent(cursor)) { in queryVoicemailSourcePackage()
492 private boolean hasContent(Cursor cursor) { in hasContent() method in NewVoicemailMediaPlayerView
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java347 private boolean hasContent = false; field in TestWebServer.Worker
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp107 bool SectionMap::Output::hasContent() const { in hasContent() function in mcld::SectionMap::Output
H A DObjectLinker.cpp425 if ((*out)->hasContent()) { in mergeSections()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleDatabaseOperations.java742 if (draftMessage == null || !draftMessage.hasContent()) { in updateConversationDraftSnippetAndPreviewInTransaction()
1558 && message.hasContent() && conversationExists) { in updateDraftMessageData()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DMessageData.java819 public boolean hasContent() { in hasContent() method in MessageData
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1767 if (!(*out)->hasContent() && in createProgramHdrs()
2399 if ((*out)->hasContent() || in placeOutputSections()
2454 if ((*out)->hasContent() || in layout()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java401 if (message != null && message.hasContent()) { in sendMessageInternal()
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56067 Landroid/telecom/Voicemail;->hasContent()Z