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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java 33 public PresentationType presentationType;
54 presentationType = PresentationType.NAVIGATION_OPTIONS;
72 presentationType = PresentationType.values()[in.readInt()];
95 dest.writeInt(presentationType.ordinal());
PresentationType.java 25 public enum PresentationType {
CommandParamsFactory.java 592 menu.presentationType = PresentationType.DATA_VALUES;
594 menu.presentationType = PresentationType.NAVIGATION_OPTIONS;
    [all...]

Completed in 104 milliseconds