Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileFragmentBridge.java38 public static final Map<String, String> FRAGMENT_MAP; field in ProfileFragmentBridge
41 FRAGMENT_MAP = new ArrayMap<>();
42 FRAGMENT_MAP.put(AccountDashboardFragment.class.getName(), in AccountDashboardFragment.class.getName()
44 FRAGMENT_MAP.put(ManageApplications.class.getName(), in ManageApplications.class.getName()
46 FRAGMENT_MAP.put(RecentLocationAccessSeeAllFragment.class.getName(), in RecentLocationAccessSeeAllFragment.class.getName()
48 FRAGMENT_MAP.put(LocationServices.class.getName(), in LocationServices.class.getName()
50 FRAGMENT_MAP.put(StorageDashboardFragment.class.getName(), in StorageDashboardFragment.class.getName()
/packages/apps/Settings/src/com/android/settings/
DUtils.java1163 && ProfileFragmentBridge.FRAGMENT_MAP.get(fragmentName) != null in getTargetFragment()
1166 ProfileFragmentBridge.FRAGMENT_MAP.get(fragmentName), args); in getTargetFragment()