Searched refs:canRead (Results 1 – 10 of 10) sorted by relevance
208 assertFalse(f.canRead()); in testDevDiagSane()218 assertFalse(f.canRead()); in testProcInterruptsNotReadable()228 assertFalse(f.canRead()); in testProcStatNotReadable()258 assertFalse(f.canRead()); in testPn544Sane()270 assertFalse(f.canRead()); in testBcm2079xSane()282 assertFalse(f.canRead()); in testBcm2079xi2cSane()294 assertFalse(f.canRead()); in testDevQtaguidSane()306 assertFalse(f.canRead()); in testProcQtaguidCtrlSane()318 assertFalse(f.canRead()); in testProcQtaguidStatsSane()338 assertFalse(f.canRead()); in procNetSane()[all …]
47 if (!(mGeoDataFile.isFile() && mGeoDataFile.canRead())) { in init()
35 override fun canRead(): Boolean { in canRead() method
93 fun canRead(): Boolean method
183 boolean canRead = canReadAudio(record, bytesPerSecond); in recordAudio()184 Log.i(TAG, "recordAudio can record " + canRead); in recordAudio()
46 dataFile.exists() && dataFile.canRead() in exists()
116 public boolean canRead() { in canRead() method in MockSource
153 assertFalse(file.canRead()); in testTunDevice()
72 assertTrue(devNull.canRead()); in testBindSocketOfNonSocketFdThrows()
266 final boolean canUse = f.canRead() && hackCanUseDictionaryFile(f); in getDictionaryFiles()