Searched refs:FRAGMENT_MAP (Results 1 – 2 of 2) sorted by relevance
38 public static final Map<String, String> FRAGMENT_MAP; field in ProfileFragmentBridge41 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()
1163 && ProfileFragmentBridge.FRAGMENT_MAP.get(fragmentName) != null in getTargetFragment()1166 ProfileFragmentBridge.FRAGMENT_MAP.get(fragmentName), args); in getTargetFragment()