Searched refs:FALSE (Results 1 – 7 of 7) sorted by relevance
36 public static final IOFileFilter FALSE = new FalseFileFilter(); field in FalseFileFilter43 public static final IOFileFilter INSTANCE = FALSE;
143 return FalseFileFilter.FALSE; in falseFileFilter()
61 return ImpsConstants.FALSE.equalsIgnoreCase(value); in isFalse()75 return ImpsConstants.FALSE; in toImpsBool()
69 public static final String FALSE = "F"; field in ImpsConstants
137 ImpsConstants.TRUE : ImpsConstants.FALSE); in addChild()
132 sConnectionMuteTable.put(cn, Boolean.FALSE); in handleMessage()140 sConnectionMuteTable.put(cn, Boolean.FALSE); in handleMessage()711 shouldMute = Boolean.FALSE; in restoreMuteState()
310 mAddRemoveMap.put(pkgName, Boolean.FALSE);349 if (currB == null || (currB.equals(Boolean.FALSE))) {