Searched refs:presentationType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DMenu.java33 public PresentationType presentationType; field in class:Menu
54 presentationType = PresentationType.NAVIGATION_OPTIONS;
72 presentationType = PresentationType.values()[in.readInt()];
93 dest.writeInt(presentationType.ordinal());
H A DCommandParamsFactory.java576 menu.presentationType = PresentationType.DATA_VALUES;
578 menu.presentationType = PresentationType.NAVIGATION_OPTIONS;

Completed in 52 milliseconds