Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
DDashboardFragmentRegistryTest.java24 import com.android.settings.applications.specialaccess.SpecialAccessSettings;
52 assertThat(fragment).isEqualTo(SpecialAccessSettings.class.getName()); in specialAppAccessCategoryShouldRedirectToSpecialAppAccessPage()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFragmentRegistry.java26 import com.android.settings.applications.specialaccess.SpecialAccessSettings;
131 PARENT_TO_CATEGORY_KEY_MAP.put(SpecialAccessSettings.class.getName(), in SpecialAccessSettings.class.getName()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/
DSpecialAccessSettings.java31 public class SpecialAccessSettings extends DashboardFragment { class