HomeSort by relevance Sort by last modified time
    Searched refs:expectedSummary (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
RegionZonePreferenceControllerTest.java 57 String expectedSummary = "Los Angeles (GMT-08:00)";
58 assertThat(controller.getSummary().toString()).isEqualTo(expectedSummary);
59 assertThat(preference.getSummary().toString()).isEqualTo(expectedSummary);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/suggestions/
SettingsSuggestionsTest.java 128 final String expectedSummary = context.getString(summaryRes);
129 assertThat(actualSummary).isEqualTo(expectedSummary);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothSummaryUpdaterTest.java 272 final String expectedSummary =
275 assertThat(mSummaryUpdater.getConnectedDeviceSummary()).isEqualTo(expectedSummary);
284 final String expectedSummary =
287 assertThat(mSummaryUpdater.getConnectedDeviceSummary()).isEqualTo(expectedSummary);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BackgroundActivityPreferenceControllerTest.java 162 final CharSequence expectedSummary = mShadowContext.getText(
166 assertThat(mPreference.getSummary()).isEqualTo(expectedSummary);

Completed in 474 milliseconds