Searched refs:yesNo (Results 1 – 5 of 5) sorted by relevance
37 public boolean yesNo; field in Input51 yesNo = false; in Input()66 yesNo = in.readInt() == 1 ? true : false; in Input()87 dest.writeInt(yesNo ? 1 : 0); in writeToParcel()
52 public void setYesNo(boolean yesNo) { in setYesNo() argument53 mUsersYesNoSelection = yesNo; in setYesNo()
470 input.yesNo = (cmdDet.commandQualifier & 0x04) != 0; in processGetInkey()
983 if (!input.yesNo) { in handleCmdResponse()
627 Integer yesNo = (Integer)map.get(MediaFormat.KEY_FEATURE_ + feat.mName); in isFormatSupported() local628 if (yesNo == null) { in isFormatSupported()631 if ((yesNo == 1 && !isFeatureSupported(feat.mName)) || in isFormatSupported()632 (yesNo == 0 && isFeatureRequired(feat.mName))) { in isFormatSupported()915 Integer yesNo = (Integer)map.get(key); in CodecCapabilities() local916 if (yesNo == null) { in CodecCapabilities()919 if (yesNo > 0) { in CodecCapabilities()