Searched refs:helpAvailable (Results 1 - 3 of 3) 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);
H A DCommandParamsFactory.java421 input.helpAvailable = (cmdDet.commandQualifier & 0x80) != 0;
489 input.helpAvailable = (cmdDet.commandQualifier & 0x80) != 0;
598 menu.helpAvailable = (cmdDet.commandQualifier & 0x80) != 0;

Completed in 196 milliseconds