HomeSort by relevance Sort by last modified time
    Searched refs:presentationType (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java 33 public PresentationType presentationType;
54 presentationType = PresentationType.NAVIGATION_OPTIONS;
72 presentationType = PresentationType.values()[in.readInt()];
95 dest.writeInt(presentationType.ordinal());
CommandParamsFactory.java 631 menu.presentationType = PresentationType.DATA_VALUES;
633 menu.presentationType = PresentationType.NAVIGATION_OPTIONS;
    [all...]

Completed in 331 milliseconds