Searched refs:yesNo (Results 1 – 5 of 5) sorted by relevance
37 public boolean yesNo; field in Input52 yesNo = false; in Input()68 yesNo = in.readInt() == 1 ? true : false; in Input()90 dest.writeInt(yesNo ? 1 : 0); in writeToParcel()
52 public void setYesNo(boolean yesNo) { in setYesNo() argument53 mUsersYesNoSelection = yesNo; in setYesNo()
473 input.yesNo = (cmdDet.commandQualifier & 0x04) != 0; in processGetInkey()
986 if (!input.yesNo) { in handleCmdResponse()
633 Integer yesNo = (Integer)map.get(MediaFormat.KEY_FEATURE_ + feat.mName); in isFormatSupported() local634 if (yesNo == null) { in isFormatSupported()637 if ((yesNo == 1 && !isFeatureSupported(feat.mName)) || in isFormatSupported()638 (yesNo == 0 && isFeatureRequired(feat.mName))) { in isFormatSupported()921 Integer yesNo = (Integer)map.get(key); in CodecCapabilities() local922 if (yesNo == null) { in CodecCapabilities()925 if (yesNo > 0) { in CodecCapabilities()