Home | History | Annotate | Download | only in storage

Lines Matching defs:isEncrypted

1355     public boolean isEncrypted(File file) {
1357 return isEncrypted();
1379 public static boolean isEncrypted() {
1385 * @return true for file encrypted. (Implies isEncrypted() == true)
1389 if (!isEncrypted()) {
1397 * @return true for block encrypted. (Implies isEncrypted() == true)
1401 if (!isEncrypted()) {
1432 * Whether device isEncrypted at this point is undefined