Searched refs:contentEquals (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DIOUtils.java49 * <li>contentEquals - these methods compare the content of two streams
1215 public static boolean contentEquals(InputStream input1, InputStream input2) method in class:IOUtils
1252 public static boolean contentEquals(Reader input1, Reader input2) method in class:IOUtils
H A DFileUtils.java415 public static boolean contentEquals(File file1, File file2) throws IOException { method in class:FileUtils
446 return IOUtils.contentEquals(input1, input2);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java344 if (!sDefaultFolderName.contentEquals(mInfo.title)) {
H A DLauncher.java352 if (LauncherApplication.isScreenLarge() || Build.TYPE.contentEquals("eng")) {

Completed in 91 milliseconds