Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DSummaryUpdaterTest.java62 final String summaryUpdate = "updated"; in notifyChangeIfNeeded_summaryUpdated_shouldNotifyChange() local
64 mSummaryUpdater.setTestSummary(summaryUpdate); in notifyChangeIfNeeded_summaryUpdated_shouldNotifyChange()
67 verify(mListener).onSummaryChanged(summaryUpdate); in notifyChangeIfNeeded_summaryUpdated_shouldNotifyChange()
75 final String summaryUpdate = "updated"; in notifyChangeIfNeeded_summaryNotUpdated_shouldOnlyNotifyChangeOnce() local
76 mSummaryUpdater.setTestSummary(summaryUpdate); in notifyChangeIfNeeded_summaryNotUpdated_shouldOnlyNotifyChangeOnce()
81 verify(mListener, times(1)).onSummaryChanged(summaryUpdate); in notifyChangeIfNeeded_summaryNotUpdated_shouldOnlyNotifyChangeOnce()