Searched refs:getCardContent (Results 1 – 12 of 12) sorted by relevance
93 assertNull(mModel.getCardContent()); in noChange_doesNotCallPresenter()101 DescriptiveTextView content = (DescriptiveTextView) mModel.getCardContent(); in changeProjectionStatusToProjectingDevice_callsPresenter()110 DescriptiveTextView content = (DescriptiveTextView) mModel.getCardContent(); in changeProjectionStatusToNonProjectingDevice_callsPresenter()123 assertNull(mModel.getCardContent()); in changeProjectionStatusToInactive_callsPresenter()
61 when(mModel.getCardContent()).thenReturn(CARD_CONTENT); in setUp()
101 (DescriptiveTextWithControlsView) mMediaViewModel.getCardContent(); in noChange_doesNotCallPresenter()123 (DescriptiveTextWithControlsView) mMediaViewModel.getCardContent(); in changeSourceAndMetadata_updatesModel()140 (DescriptiveTextWithControlsView) mMediaViewModel.getCardContent(); in changeSourceOnly_updatesModel()155 (DescriptiveTextWithControlsView) mMediaViewModel.getCardContent(); in changeMetadataOnly_doesNotCallPresenter()
99 (DescriptiveTextWithControlsView) mInCallModel.getCardContent(); in updateModelWithPhoneNumber_setsPhoneNumber()115 (DescriptiveTextWithControlsView) mInCallModel.getCardContent(); in updateModelWithContact_noAvatarUri_setsContactNameAndInitialsIcon()131 (DescriptiveTextWithControlsView) mInCallModel.getCardContent(); in updateModelWithContact_invalidAvatarUri_setsContactNameAndInitialsIcon()
63 when(mModel.getCardContent()).thenReturn(CARD_CONTENT); in setUp()
79 when(mModel.getCardContent()).thenReturn(CARD_CONTENT); in onModelUpdated_validModel_updatesFragment()90 when(mModel.getCardContent()).thenReturn(null); in onModelUpdated_validHeaderNullContent_showsHeaderOnly()101 when(mModel.getCardContent()).thenReturn(CARD_CONTENT); in onModelUpdated_nullHeaderValidContent_hidesFragment()
37 if (model.getCardContent() != null) { in onModelUpdated()38 mView.updateContentView(model.getCardContent()); in onModelUpdated()
136 CardContent getCardContent(); in getCardContent() method
55 public CardContent getCardContent() { in getCardContent() method in FakeWeatherModel
93 public CardContent getCardContent() { in getCardContent() method in ProjectionModel
132 public CardContent getCardContent() { in getCardContent() method in MediaViewModel
164 public CardContent getCardContent() { in getCardContent() method in InCallModel