Searched refs:PresentationType (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DPresentationType.java25 public enum PresentationType { enum
H A DMenu.java33 public PresentationType presentationType;
54 presentationType = PresentationType.NAVIGATION_OPTIONS;
72 presentationType = PresentationType.values()[in.readInt()];
H A DCommandParamsFactory.java584 menu.presentationType = PresentationType.DATA_VALUES;
586 menu.presentationType = PresentationType.NAVIGATION_OPTIONS;

Completed in 57 milliseconds