Home
last modified time | relevance | path

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

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