HomeSort by relevance Sort by last modified time
    Searched full:aboutpreferences (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/about/
AboutPreferences.java 22 * Dummy class of AboutPreferences. Never use this.
24 public final class AboutPreferences extends Fragment {
25 private AboutPreferences() {
  /packages/apps/Calendar/
proguard.flags 3 -keep class com.android.calendar.AboutPreferences
  /packages/apps/Calendar/res/xml/
calendar_settings_headers.xml 22 <header android:fragment="com.android.calendar.AboutPreferences"
  /packages/apps/Calendar/src/com/android/calendar/
AboutPreferences.java 27 public class AboutPreferences extends PreferenceFragment {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
FragmentUtils.java 20 import com.android.inputmethod.latin.about.AboutPreferences;
43 sLatinImeFragments.add(AboutPreferences.class.getName());

Completed in 612 milliseconds