public class

ContactLocaleUtils

extends Object
java.lang.Object
   ↳ com.android.providers.contacts.ContactLocaleUtils

Class Overview

This utility class provides customized sort key and name lookup key according the locale.

Summary

Nested Classes
class ContactLocaleUtils.ContactLocaleUtilsBase This class is the default implementation. 
Public Methods
synchronized static ContactLocaleUtils getIntance()
Iterator<String> getNameLookupKeys(String name, int nameStyle)
String getSortKey(String displayName, int nameStyle)
void setLocale(Locale currentLocale)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static synchronized ContactLocaleUtils getIntance ()

public Iterator<String> getNameLookupKeys (String name, int nameStyle)

public String getSortKey (String displayName, int nameStyle)

public void setLocale (Locale currentLocale)