HomeSort by relevance Sort by last modified time
    Searched full:adjustedutil (Results 1 - 1 of 1) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 168 Integer adjustedUtil = Integer.valueOf(getAdjustedStyle(nameStyleInt));
170 adjustedUtil = Integer.valueOf(FullNameStyle.CHINESE);
172 return get(adjustedUtil);

Completed in 663 milliseconds