Searched refs:hasContent (Results 1 – 7 of 7) sorted by relevance
37 private final Boolean hasContent; field in Voicemail50 Boolean hasContent, in Voicemail() argument61 this.hasContent = hasContent; in Voicemail()152 public Builder setHasContent(boolean hasContent) { in setHasContent() argument153 builderHasContent = hasContent; in setHasContent()252 public boolean hasContent() { in hasContent() method in Voicemail253 return hasContent; in hasContent()291 if (hasContent) { in writeToParcel()330 hasContent = in.readInt() > 0 ? true : false; in Voicemail()
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 VoicemailPlaybackPresenter1050 void onContentChecked(boolean hasContent); in onContentChecked() argument[all …]
206 boolean hasContent = fm.findFragmentByTag(BaseDialogFragment.TAG_CONTENT) != null; in getContentFragmentTransaction()209 if (hasContent) { in getContentFragmentTransaction()
469 if (!hasContent(cursor)) { in queryVoicemailSourcePackage()492 private boolean hasContent(Cursor cursor) { in hasContent() method in NewVoicemailMediaPlayerView
742 if (draftMessage == null || !draftMessage.hasContent()) { in updateConversationDraftSnippetAndPreviewInTransaction()1558 && message.hasContent() && conversationExists) { in updateDraftMessageData()
819 public boolean hasContent() { in hasContent() method in MessageData
401 if (message != null && message.hasContent()) { in sendMessageInternal()