Searched refs:FRAGMENT_MAP (Results 1 – 2 of 2) sorted by relevance
39 public static final Map<String, String> FRAGMENT_MAP; field in ProfileFragmentBridge42 FRAGMENT_MAP = new ArrayMap<>();43 FRAGMENT_MAP.put(AccountDashboardFragment.class.getName(), in AccountDashboardFragment.class.getName()45 FRAGMENT_MAP.put(ManageApplications.class.getName(), in ManageApplications.class.getName()47 FRAGMENT_MAP.put(LocationServices.class.getName(), in LocationServices.class.getName()49 FRAGMENT_MAP.put(StorageDashboardFragment.class.getName(), in StorageDashboardFragment.class.getName()51 FRAGMENT_MAP.put(AvailableVirtualKeyboardFragment.class.getName(), in AvailableVirtualKeyboardFragment.class.getName()53 FRAGMENT_MAP.put(NewKeyboardLayoutEnabledLocalesFragment.class.getName(), in NewKeyboardLayoutEnabledLocalesFragment.class.getName()
1231 && ProfileFragmentBridge.FRAGMENT_MAP.get(fragmentName) != null in getTargetFragment()1234 ProfileFragmentBridge.FRAGMENT_MAP.get(fragmentName), args); in getTargetFragment()