HomeSort by relevance Sort by last modified time
    Searched refs:presentationType (Results 1 - 2 of 2) 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()];
93 dest.writeInt(presentationType.ordinal());
CommandParamsFactory.java 584 menu.presentationType = PresentationType.DATA_VALUES;
586 menu.presentationType = PresentationType.NAVIGATION_OPTIONS;
    [all...]

Completed in 137 milliseconds