Searched refs:hasContent (Results 1 – 6 of 6) sorted by relevance
287 hasContent -> { in setPlaybackView()288 if (hasContent) { in setPlaybackView()400 public void onPostExecute(Boolean hasContent) { in checkForContent()401 callback.onContentChecked(hasContent); in checkForContent()474 if (!hasContent(cursor)) { in requestContent()639 hasContent -> { in resumePlayback()640 if (!hasContent) { in resumePlayback()879 if (hasContent(callLogInfo) && hasContent(contentInfo)) { in doInBackground()960 private static boolean hasContent(@Nullable Cursor cursor) { in hasContent() method in VoicemailPlaybackPresenter1040 void onContentChecked(boolean hasContent); in onContentChecked() argument[all …]
50 Boolean hasContent, in Voicemail() argument61 mHasContent = hasContent; in Voicemail()152 public Builder setHasContent(boolean hasContent) { in setHasContent() argument153 mBuilderHasContent = hasContent; in setHasContent()252 public boolean hasContent() { in hasContent() method in Voicemail
206 boolean hasContent = fm.findFragmentByTag(BaseDialogFragment.TAG_CONTENT) != null; in getContentFragmentTransaction()209 if (hasContent) { in getContentFragmentTransaction()
742 if (draftMessage == null || !draftMessage.hasContent()) { in updateConversationDraftSnippetAndPreviewInTransaction()1558 && message.hasContent() && conversationExists) { in updateDraftMessageData()
813 public boolean hasContent() { in hasContent() method in MessageData
397 if (message != null && message.hasContent()) { in sendMessageInternal()