Home
last modified time | relevance | path

Searched defs:dashboardCategory (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DSecurityFeatureProviderImplTest.java117 DashboardCategory dashboardCategory = new DashboardCategory(); in updateTilesData_shouldNotProcessNonMatchingPreference() local
143 DashboardCategory dashboardCategory = getDashboardCategory(); in updateTilesData_shouldUpdateMatchingPreference() local
166 DashboardCategory dashboardCategory = getDashboardCategory(); in updateTilesData_shouldNotUpdateAlreadyUpdatedPreference() local
178 DashboardCategory dashboardCategory = getDashboardCategory(); in initPreferences_shouldLoadDefaults() local
197 DashboardCategory dashboardCategory = getDashboardCategory(); in initPreferences_shouldLoadCached() local
221 DashboardCategory dashboardCategory = new DashboardCategory(); in getDashboardCategory() local
/packages/apps/Settings/src/com/android/settings/security/
DSecurityFeatureProviderImpl.java61 final DashboardCategory dashboardCategory) { in updatePreferences()
84 DashboardCategory dashboardCategory) { in initPreferences()
129 DashboardCategory dashboardCategory) { in updatePreferencesToRunOnWorkerThread()
DSecurityFeatureProvider.java31 DashboardCategory dashboardCategory); in updatePreferences()