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

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

Completed in 183 milliseconds