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

/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DMenu.java39 public boolean titleIconSelfExplanatory; field in class:Menu
50 titleIconSelfExplanatory = false;
70 titleIconSelfExplanatory = in.readInt() == 1 ? true : false;
91 dest.writeInt(titleIconSelfExplanatory ? 1 : 0);

Completed in 48 milliseconds