Home
last modified time | relevance | path

Searched refs:getCardContent (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/assistive/
DProjectionModelTest.java93 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()
DAssistiveCardPresenterTest.java61 when(mModel.getCardContent()).thenReturn(CARD_CONTENT); in setUp()
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/audio/
DMediaViewModelTest.java101 (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()
DInCallModelTest.java99 (DescriptiveTextWithControlsView) mInCallModel.getCardContent(); in updateModelWithPhoneNumber_setsPhoneNumber()
115 (DescriptiveTextWithControlsView) mInCallModel.getCardContent(); in updateModelWithContact_noAvatarUri_setsContactNameAndInitialsIcon()
131 (DescriptiveTextWithControlsView) mInCallModel.getCardContent(); in updateModelWithContact_invalidAvatarUri_setsContactNameAndInitialsIcon()
DHomeAudioCardPresenterTest.java63 when(mModel.getCardContent()).thenReturn(CARD_CONTENT); in setUp()
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/
DCardPresenterTest.java79 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()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/
DCardPresenter.java37 if (model.getCardContent() != null) { in onModelUpdated()
38 mView.updateContentView(model.getCardContent()); in onModelUpdated()
DHomeCardInterface.java136 CardContent getCardContent(); in getCardContent() method
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/assistive/
DFakeWeatherModel.java55 public CardContent getCardContent() { in getCardContent() method in FakeWeatherModel
DProjectionModel.java93 public CardContent getCardContent() { in getCardContent() method in ProjectionModel
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/
DMediaViewModel.java132 public CardContent getCardContent() { in getCardContent() method in MediaViewModel
DInCallModel.java164 public CardContent getCardContent() { in getCardContent() method in InCallModel