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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.java38 public boolean helpAvailable; field in class:Input
52 helpAvailable = false;
67 helpAvailable = in.readInt() == 1 ? true : false;
88 dest.writeInt(helpAvailable ? 1 : 0);
H A DMenu.java38 public boolean helpAvailable; field in class:Menu
49 helpAvailable = false;
69 helpAvailable = in.readInt() == 1 ? true : false;
92 dest.writeInt(helpAvailable ? 1 : 0);

Completed in 343 milliseconds