Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DSecurityFeatureProviderImplTest.java128 mContext, getPreferenceScreen(), getDashboardCategory()); in updateTilesData_shouldNotProcessMatchingPreferenceWithNoData()
143 DashboardCategory dashboardCategory = getDashboardCategory(); in updateTilesData_shouldUpdateMatchingPreference()
166 DashboardCategory dashboardCategory = getDashboardCategory(); in updateTilesData_shouldNotUpdateAlreadyUpdatedPreference()
178 DashboardCategory dashboardCategory = getDashboardCategory(); in initPreferences_shouldLoadDefaults()
197 DashboardCategory dashboardCategory = getDashboardCategory(); in initPreferences_shouldLoadCached()
220 private static DashboardCategory getDashboardCategory() { in getDashboardCategory() method in SecurityFeatureProviderImplTest