Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectPhysicalKeyboardFragment.java26 import com.android.settings.inputmethod.NewKeyboardLayoutEnabledLocalesFragment;
59 NewKeyboardLayoutEnabledLocalesFragment::new, in getFragments()
60 NewKeyboardLayoutEnabledLocalesFragment::new, in getFragments()
61 NewKeyboardLayoutEnabledLocalesFragment::new); in getFragments()
DProfileFragmentBridge.java25 import com.android.settings.inputmethod.NewKeyboardLayoutEnabledLocalesFragment;
53 FRAGMENT_MAP.put(NewKeyboardLayoutEnabledLocalesFragment.class.getName(), in NewKeyboardLayoutEnabledLocalesFragment.class.getName()
/packages/apps/Settings/src/com/android/settings/core/gateway/
DSettingsGateway.java134 import com.android.settings.inputmethod.NewKeyboardLayoutEnabledLocalesFragment;
234 NewKeyboardLayoutEnabledLocalesFragment.class.getName(),
/packages/apps/Settings/src/com/android/settings/inputmethod/
DNewKeyboardLayoutEnabledLocalesFragment.java50 public class NewKeyboardLayoutEnabledLocalesFragment extends DashboardFragment class
DPhysicalKeyboardFragment.java343 .setDestination(NewKeyboardLayoutEnabledLocalesFragment.class.getName()) in showEnabledLocalesKeyboardLayoutList()