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

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2169 private String fromHex(String hexPassword) { argument
2170 if (hexPassword == null) {
2175 byte[] bytes = Hex.decodeHex(hexPassword.toCharArray());

Completed in 507 milliseconds