Home
last modified time | relevance | path

Searched refs:shouldShowIncomingVideoThumbnails (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVideoThumbnailRequest.java44 public static boolean shouldShowIncomingVideoThumbnails() { in shouldShowIncomingVideoThumbnails() method in VideoThumbnailRequest
/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java217 return incomingMessage && !VideoThumbnailRequest.shouldShowIncomingVideoThumbnails(); in shouldUseGenericVideoIcon()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationService.java183 && (VideoThumbnailRequest.shouldShowIncomingVideoThumbnails() in getViewAt()
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java727 if (!VideoThumbnailRequest.shouldShowIncomingVideoThumbnails()) { in loadVideo()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java730 Assert.isTrue(VideoThumbnailRequest.shouldShowIncomingVideoThumbnails()); in sendNotification()
DMessageNotificationState.java538 && VideoThumbnailRequest.shouldShowIncomingVideoThumbnails()); in build()