Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/filefilter/
DFalseFileFilter.java36 public static final IOFileFilter FALSE = new FalseFileFilter(); field in FalseFileFilter
43 public static final IOFileFilter INSTANCE = FALSE;
DFileFilterUtils.java143 return FalseFileFilter.FALSE; in falseFileFilter()
/packages/apps/IM/src/com/android/im/imps/
DImpsUtils.java61 return ImpsConstants.FALSE.equalsIgnoreCase(value); in isFalse()
75 return ImpsConstants.FALSE; in toImpsBool()
DImpsConstants.java69 public static final String FALSE = "F"; field in ImpsConstants
DPrimitiveElement.java137 ImpsConstants.TRUE : ImpsConstants.FALSE); in addChild()
/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java132 sConnectionMuteTable.put(cn, Boolean.FALSE); in handleMessage()
140 sConnectionMuteTable.put(cn, Boolean.FALSE); in handleMessage()
711 shouldMute = Boolean.FALSE; in restoreMuteState()
/packages/apps/Settings/src/com/android/settings/
DManageApplications.java310 mAddRemoveMap.put(pkgName, Boolean.FALSE);
349 if (currB == null || (currB.equals(Boolean.FALSE))) {