Home
last modified time | relevance | path

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

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