Searched defs:titleIcon (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DMenu.java35 public Bitmap titleIcon; field in class:Menu
52 titleIcon = null;
59 titleIcon = in.readParcelable(null);
83 dest.writeParcelable(titleIcon, flags);

Completed in 41 milliseconds