Searched defs:normalize (Results 1 - 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameNormalizer.java77 public static String normalize(String name) { method in class:NameNormalizer
/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java326 info.name = normalize(info.name);
374 private static String normalize(String s) { method in class:CallerInfo
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFilenameUtils.java200 * @param filename the filename to normalize, null returns null
203 public static String normalize(String filename) { method in class:FilenameUtils
246 * @param filename the filename to normalize, null returns null
361 * The returned path is always normalized via {@link #normalize(String)},
399 return normalize(fullFilenameToAdd);
406 return normalize(fullFilenameToAdd);
410 return normalize(basePath + fullFilenameToAdd);
412 return normalize(basePath + '/' + fullFilenameToAdd);
937 * Both filenames are first passed to {@link #normalize(String)}.
953 * Both filenames are first passed to {@link #normalize(Strin
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java179 normalize();
228 public void normalize() { method in class:Policy
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java153 public static float[] normalize(float[] a) { method in class:GeometryMathUtils
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 199 milliseconds