Home
last modified time | relevance | path

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

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