Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DMenu.java36 public PresentationType presentationType; field in Menu
57 presentationType = PresentationType.NAVIGATION_OPTIONS; in Menu()
75 presentationType = PresentationType.values()[in.readInt()]; in Menu()
98 dest.writeInt(presentationType.ordinal()); in writeToParcel()
H A DCommandParamsFactory.java662 menu.presentationType = PresentationType.DATA_VALUES; in processSelectItem()
664 menu.presentationType = PresentationType.NAVIGATION_OPTIONS; in processSelectItem()