/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | Voicemail.java | 37 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 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
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A 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
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
H A D | VoicemailPlaybackPresenter.java | 290 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 D | DisplayList.h | 68 return !hasContent(); in isEmpty() 71 [[nodiscard]] bool hasContent() const { in hasContent() function 250 [[nodiscard]] bool hasContent() const { in hasContent() function
|
H A D | RenderNode.h | 112 bool isRenderable() const { return mDisplayList.hasContent(); } in isRenderable()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
H A D | DialogFragment.java | 206 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 D | NotificationHelper.java | 114 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 D | LogicalDisplay.java | 635 public void setHasContentLocked(boolean hasContent) { in setHasContentLocked() argument 636 mHasContent = hasContent; in setHasContentLocked()
|
H A D | DisplayManagerService.java | 1545 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 D | SectionMap.h | 89 bool hasContent() const;
|
/aosp12/frameworks/base/core/java/android/hardware/display/ |
H A D | DisplayManagerInternal.java | 221 public abstract void setDisplayProperties(int displayId, boolean hasContent, in setDisplayProperties() argument
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/ |
H A D | NewVoicemailMediaPlayerView.java | 469 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 D | TestWebServer.java | 347 private boolean hasContent = false; field in TestWebServer.Worker
|
/aosp12/frameworks/compile/mclinker/lib/Object/ |
H A D | SectionMap.cpp | 107 bool SectionMap::Output::hasContent() const { in hasContent() function in mcld::SectionMap::Output
|
H A D | ObjectLinker.cpp | 425 if ((*out)->hasContent()) { in mergeSections()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleDatabaseOperations.java | 742 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 D | MessageData.java | 819 public boolean hasContent() { in hasContent() method in MessageData
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 1767 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 D | ComposeMessageView.java | 401 if (message != null && message.hasContent()) { in sendMessageInternal()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56067 Landroid/telecom/Voicemail;->hasContent()Z
|