Home
last modified time | relevance | path

Searched refs:toSafeName (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAccount.java154 mSafeName = toSafeName(name, 'x'); in toSafeString()
166 public static String toSafeName(String name, char replacement) { in toSafeName() method in Account