Lines Matching full:get
113 // Get current custom locale list
139 String code = ((Map<String, String>) o).get(KEY_CODE);
194 return lhs.get(KEY_CODE).compareTo(rhs.get(KEY_CODE));
212 String locale = ((Map<String, String>) o).get(KEY_CODE);
213 String custom = ((Map<String, String>) o).get(KEY_CUSTOM);
239 pendingLocale = ((Map<String, String>) o).get(KEY_CODE);
240 is_custom = ((Map<String, String>) o).get(KEY_CUSTOM) != null;
250 // Get current custom locale list
330 Log.e(TAG, "get current locale failed", e);