Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DTopLevelLocationPreferenceControllerTest.java67 final int LOCATION_APP_COUNT = 1; in getSummary_whenLocationAppCountIsOne_shouldShowSingularString() local
69 mController.setLocationAppCount(LOCATION_APP_COUNT); in getSummary_whenLocationAppCountIsOne_shouldShowSingularString()
73 LOCATION_APP_COUNT, LOCATION_APP_COUNT)); in getSummary_whenLocationAppCountIsOne_shouldShowSingularString()
78 final int LOCATION_APP_COUNT = 5; in getSummary_whenLocationAppCountIsGreaterThanOne_shouldShowPluralString() local
80 mController.setLocationAppCount(LOCATION_APP_COUNT); in getSummary_whenLocationAppCountIsGreaterThanOne_shouldShowPluralString()
84 LOCATION_APP_COUNT, LOCATION_APP_COUNT)); in getSummary_whenLocationAppCountIsGreaterThanOne_shouldShowPluralString()