Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DMenu.java35 public PresentationType presentationType; field in Menu
56 presentationType = PresentationType.NAVIGATION_OPTIONS; in Menu()
74 presentationType = PresentationType.values()[in.readInt()]; in Menu()
97 dest.writeInt(presentationType.ordinal()); in writeToParcel()
DCommandParamsFactory.java652 menu.presentationType = PresentationType.DATA_VALUES; in processSelectItem()
654 menu.presentationType = PresentationType.NAVIGATION_OPTIONS; in processSelectItem()