Searched refs:fileExists (Results 1 – 2 of 2) sorted by relevance
69 if (!fileExists(path)) { in getType()106 private boolean fileExists(String path) { in fileExists() method in AssetProvider
204 return !fileExists("encrypted_with_secure_key"); in isDataStoredWithInsecureKey()241 if (fileExists(fileName)) { in readFromFileOrCreateRandom()250 private boolean fileExists(String fileName) { in fileExists() method in BrokenKeyDerivationActivity