Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
DWifiSecondSummaryController2Test.java52 when(mWifiEntry.getSecondSummary()).thenReturn("test"); in getAvailabilityStatus_showWhenSummaryAvailable()
58 when(mWifiEntry.getSecondSummary()).thenReturn(""); in getAvailabilityStatus_showWhenSummaryAvailable()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DHeaderPreferenceControllerTest.java166 assertEquals(null, mController.getSecondSummary()); in testGetSecondSummary()
172 assertEquals(null, mController.getSecondSummary()); in testGetSecondSummary()
176 assertEquals("description", mController.getSecondSummary()); in testGetSecondSummary()
/packages/apps/Settings/src/com/android/settings/notification/app/
DHeaderPreferenceController.java86 .setSecondSummary(getSecondSummary()) in updateState()
130 public CharSequence getSecondSummary() { in getSecondSummary() method in HeaderPreferenceController
/packages/apps/Settings/src/com/android/settings/wifi/details2/
DWifiSecondSummaryController2.java39 mSecondSummary = wifiEntry.getSecondSummary(); in setWifiEntry()