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

  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Menu.java 39 public boolean titleIconSelfExplanatory;
50 titleIconSelfExplanatory = false;
70 titleIconSelfExplanatory = in.readInt() == 1 ? true : false;
91 dest.writeInt(titleIconSelfExplanatory ? 1 : 0);
CommandParamsFactory.java 571 menu.titleIconSelfExplanatory = titleIconId.selfExplanatory;
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 273 if (!mStkMenu.titleIconSelfExplanatory) {

Completed in 103 milliseconds