Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/location/
H A DTopLevelLocationPreferenceController.java66 void setLocationAppCount(int numApps) { in setLocationAppCount() method in TopLevelLocationPreferenceController
91 setLocationAppCount(mNumTotalLoading); in updateState()
103 setLocationAppCount(mNumTotalLoading); in updateState()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
H A DTopLevelLocationPreferenceControllerTest.java69 mController.setLocationAppCount(LOCATION_APP_COUNT); in getSummary_whenLocationAppCountIsOne_shouldShowSingularString()
80 mController.setLocationAppCount(LOCATION_APP_COUNT); in getSummary_whenLocationAppCountIsGreaterThanOne_shouldShowPluralString()