Searched refs:canRead (Results 1 – 9 of 9) sorted by relevance
65 if (!from.toFile().canRead()) { in copyFile()
217 public boolean canRead(Permission p) { in canRead() method in FtpDirEntry
115 public boolean canRead() { in canRead() method in File
70 public boolean canRead() { throw new RuntimeException("Stub!"); } in canRead() method in File
83 f.canRead(); in testFile()
103 assertFalse(f.canRead()); in test_emptyFilename()
754 public boolean canRead() { in canRead() method in File
154 if (!(optimizedDirectory.canRead() in DexPathList()
307 assertTrue("canRead returned false", f.canRead()); in test_canRead()