Searched defs:language (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java13 * See the License for the specific language governing permissions and
163 String language = getMenuLanguage();
164 if (!mLanguage.equals(language)) {
165 onLanguageChanged(language);
2070 private void onLanguageChanged(String language) { argument
2072 mLanguage = language;
2075 tv().broadcastMenuLanguage(language);
2076 mCecController.setOption(OPTION_CEC_SET_LANGUAGE, HdmiUtils.languageToInt(language));
/frameworks/base/include/androidfw/
H A DResourceTypes.h13 * See the License for the specific language governing permissions and
889 // - a 3 char language code
923 // - Two 7 bit ascii values interpreted as ISO-639-1 language
928 // ISO-639-2 3 letter language code. This will be of the form:
932 // bit[0, 4] = first letter of the language code
933 // bit[5, 9] = second letter of the language code
934 // bit[10, 14] = third letter of the language code.
942 char language[2]; member in struct:android::ResTable_config::__anon979::__anon980
951 // in the same manner as the language codes, though we should need
1234 // and language, i
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp13 * See the License for the specific language governing permissions and
1774 // language code.
1818 void ResTable_config::packLanguage(const char* language) { argument
1819 packLanguageOrRegion(language, 'a', this->language);
1826 size_t ResTable_config::unpackLanguage(char language[4]) const {
1827 return unpackLanguageOrRegion(this->language, 'a', language);
1872 // The language & region are equal, so compare the scripts and variants.
1881 // The language, regio
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 376 milliseconds

12