Searched defs:language (Results 1 - 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSearch.java13 * See the License for the specific language governing permissions and
73 * Construct the language code (hl= paramater) for the given locale.
76 String language = locale.getLanguage();
77 StringBuilder hl = new StringBuilder(language);
80 if (!TextUtils.isEmpty(country) && useLangCountryHl(language, country)) {
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
90 private static boolean useLangCountryHl(String language, String country) { argument
92 if ("en".equals(language)) {
94 } else if ("zh".equals(language)) {
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DCellBroadcastSms.java13 * See the License for the specific language governing permissions and
326 // set the new language to the array which will be transmitted later
349 // set the listener for the language list preference
649 private static void setConfigDataCompleteLanguage(int language) { argument
650 //It is only possible to set the same language for all entries
652 mConfigDataComplete[i] = language;
657 int language = mConfigDataComplete[2];
658 //2 is the language value of the first entry
659 //It is only possible to set the same language for all entries
660 if (language <
[all...]

Completed in 829 milliseconds