Home
last modified time | relevance | path

Searched defs:expectedSummary (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBackgroundActivityPreferenceControllerTest.java138 final CharSequence expectedSummary = mShadowContext.getText( in testUpdateSummary_modeError_showSummaryDisabled() local
150 final CharSequence expectedSummary = mShadowContext.getText( in testUpdateSummary_modeDefault_showSummaryOn() local
163 final CharSequence expectedSummary = mShadowContext.getText( in testUpdateSummary_modeIgnored_showSummaryOff() local
DPowerUsageSummaryTest.java317 final String expectedSummary = "Screen usage 2m"; in testSetUsageSummary_timeMoreThanOneMinute_normalApp_setScreenSummary() local
329 final String expectedSummary = "2m"; in testSetUsageSummary_timeMoreThanOneMinute_hiddenApp_setUsedSummary() local
363 final CharSequence expectedSummary = Utils.formatElapsedTime(mRealContext, USAGE_TIME_MS, in testUpdateScreenPreference_showCorrectSummary() local
377 final CharSequence expectedSummary = TextUtils.expandTemplate( in testUpdateLastFullChargePreference_showCorrectSummary() local
DPowerUsageAdvancedTest.java200 final String expectedSummary = "Used for 0m"; in testUpdateUsageDataSummary_onlyOneApp_showUsageTime() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothSummaryUpdaterTest.java189 final String expectedSummary = mContext.getString(R.string.bluetooth_connected_summary, in getConnectedDeviceSummary_hasConnectedDevice_returnOneDeviceSummary() local
198 final String expectedSummary = mContext.getString( in getConnectedDeviceSummary_multipleDevices_returnMultipleDevicesSummary() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/suggestions/
DSettingsSuggestionsTest.java76 final String expectedSummary = context.getString(summary); in assertSuggestionEquals() local