Searched defs:language (Results 1 - 25 of 41) sorted by last modified time

12

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTextInputLayoutPseudoLocaleTest.java13 * See the License for the specific language governing permissions and
45 // Change language to pseudo locale.
53 private static void setLocale(String language, String country, Context context) { argument
57 configuration.setLocale(new Locale(language, country));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java13 * See the License for the specific language governing permissions and
134 * an ISO 2-3 character language code if available.
146 // Choose English as the default language for India.
151 // Ask CLDR for the language this country uses...
281 * Return Locale for the language and country or null if no good match.
284 * @param language Two character language code desired
289 private static Locale getLocaleForLanguageCountry(Context context, String language, argument
291 if (language == null) {
292 Slog.d(LOG_TAG, "getLocaleForLanguageCountry: skipping no language");
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSmsBroadcastConfigInfo.java13 * See the License for the specific language governing permissions and
28 * language defines a language code of Broadcast Message
30 * All other values can be treated as empty language code.
46 int language, boolean selected) {
49 mLanguage = language;
45 CdmaSmsBroadcastConfigInfo(int fromServiceCategory, int toServiceCategory, int language, boolean selected) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmSmsTest.java13 * See the License for the specific language governing permissions and
348 private void decodeSingle(int language) throws Exception { argument
374 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0);
375 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, language, 0);
377 assertEquals(sBasicTables[language], decoded);
418 for (int language = 0; language < 3; language++) {
419 int[] tableIndex = sExtendedTableIndexes[language];
452 0, language);
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java13 * See the License for the specific language governing permissions and
85 * @param language message language code
89 int language) throws BitwiseOutputStream.AccessException {
106 if (language != -1) {
109 bos.write(8, (language & 0xff));
135 * @param language message language code
145 int language, int encoding, String body, int cmasCategory, int responseType,
169 BitwiseOutputStream bos = createBearerDataStream(messageId, priority, language);
88 createBearerDataStream(int messageId, int priority, int language) argument
144 createCmasSmsMessage(int serviceCategory, int messageId, int priority, int language, int encoding, String body, int cmasCategory, int responseType, int severity, int urgency, int certainty) argument
192 createBroadcastSmsMessage(int serviceCategory, int messageId, int priority, int language, int encoding, String body) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DI18Name.java13 * See the License for the specific language governing permissions and
51 public I18Name(String language, Locale locale, String text) { argument
52 mLanguage = language;
74 // Read the language string.
75 String language = ByteBufferReader.readString(
77 Locale locale = Locale.forLanguageTag(language);
82 return new I18Name(language, locale, text);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DANQPParserTest.java13 * See the License for the specific language governing permissions and
44 * @param language Array of languages
49 private static byte[] getVenueNamePayload(String[] language, String[] text) argument
53 stream.write(getI18NameListPayload(language, text));
157 * @param language Array of language
162 private static byte[] getHSFriendlyNamePayload(String[] language, String[] text) argument
164 return getI18NameListPayload(language, text);
221 * @param language Array of language
226 getI18NameListPayload(String[] language, String[] text) argument
[all...]
H A DI18NameTest.java13 * See the License for the specific language governing permissions and
45 * @param language The language code string
50 private byte[] getTestData(String language, String text) throws IOException { argument
52 stream.write(language.getBytes(StandardCharsets.US_ASCII));
53 stream.write(new byte[]{(byte) 0x0}); // Padding for language code.
59 * Helper function for generating default test data. The test data include the language code
138 * a non-English (French) language.
145 String language = "fr";
147 byte[] data = getTestData(language, tex
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java13 * See the License for the specific language governing permissions and
140 public BluetoothMapBmessage setLanguage(String language) { argument
141 mBbodyLanguage = language;
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp13 * See the License for the specific language governing permissions and
447 uint32_t language; local
457 language = readU16(cmap_data, offset + languageOffset);
466 language = readU32(cmap_data, offset + languageOffset);
474 if (language != 0) {
476 // platform (which we don't support), or an invalid subtable since language field
/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. ...
/frameworks/base/tools/aapt/
H A DAaptAssets.h62 char language[4]; member in struct:AaptLocaleValue
92 void setLanguage(const char* language);
93 void setRegion(const char* language);
/frameworks/base/tools/aapt2/
H A DLocale.h13 * See the License for the specific language governing permissions and
32 char language[4]; member in struct:aapt::LocaleValue
70 void set_language(const char* language);
71 void set_region(const char* language);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java13 * See the License for the specific language governing permissions and
342 * Informs CEC HAL about the current system language.
344 * @param language Three-letter code defined in ISO/FDIS 639-2. Must be lowercase letters.
347 void setLanguage(String language) { argument
349 if (!LanguageTag.isLanguage(language)) {
352 nativeSetLanguage(mNativePtr, language);
682 private static native void nativeSetLanguage(long controllerPtr, String language); argument
H A DHdmiCecLocalDeviceTv.java13 * See the License for the specific language governing permissions and
551 boolean broadcastMenuLanguage(String language) { argument
554 mAddress, language);
H A DHdmiCecMessageBuilder.java13 * See the License for the specific language governing permissions and
102 * @param language 3-letter ISO639-2 based language code
103 * @return newly created {@link HdmiCecMessage} if language is valid.
106 static HdmiCecMessage buildSetMenuLanguageCommand(int src, String language) { argument
107 if (language.length() != 3) {
111 String normalized = language.toLowerCase();
H A DHdmiControlService.java13 * See the License for the specific language governing permissions and
158 String language = getMenuLanguage();
159 if (!mLanguage.equals(language)) {
160 onLanguageChanged(language);
2095 private void onLanguageChanged(String language) { argument
2097 mLanguage = language;
2100 tv().broadcastMenuLanguage(language);
2101 mCecController.setLanguage(language);
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp13 * See the License for the specific language governing permissions and
78 // Informs CEC HAL about the current system language.
79 void setLanguage(hidl_string language);
295 void HdmiCecController::setLanguage(hidl_string language) { argument
296 Return<void> ret = mHdmiCec->setLanguage(language);
298 ALOGE("Failed to set language.");
416 static void nativeSetLanguage(JNIEnv* env, jclass clazz, jlong controllerPtr, jstring language) { argument
418 const char *languageStr = env->GetStringUTFChars(language, NULL);
420 env->ReleaseStringUTFChars(language, languageStr);
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramData.java13 * See the License for the specific language governing permissions and
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages, argument
101 mLanguage = language;
150 * Returns the CDMA language code for this service category.
151 * @return one of the language values defined in BearerData.LANGUAGE_*
174 * Returns the service category name, in the language specified by {@link #getLanguage()}.
184 + ", language=" + mLanguage + ", max messages=" + mMaxMessages
H A DCdmaSmsCbProgramResults.java13 * See the License for the specific language governing permissions and
66 public CdmaSmsCbProgramResults(int category, int language, int categoryResult) { argument
68 mLanguage = language;
101 * Returns the CDMA language code for this service category.
102 * @return one of the language values defined in BearerData.LANGUAGE_*
119 + ", language=" + mLanguage + ", result=" + mCategoryResult + '}';
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbMessage.java13 * See the License for the specific language governing permissions and
126 /** Message language, as a two-character string, e.g. "en". */
145 SmsCbLocation location, int serviceCategory, String language, String body,
152 mLanguage = language;
278 * Get the ISO-639-1 language code for this message, or null if unspecified
368 + mServiceCategory + ", language=" + mLanguage + ", body=" + mBody
144 SmsCbMessage(int messageFormat, int geographicalScope, int serialNumber, SmsCbLocation location, int serviceCategory, String language, String body, int priority, SmsCbEtwsInfo etwsWarningInfo, SmsCbCmasInfo cmasWarningInfo) argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DBearerData.java13 * See the License for the specific language governing permissions and
165 public int language = LANGUAGE_UNKNOWN; field in class:BearerData
370 * Returns the language indicator as a two-character ISO 639 string.
371 * @return a two character ISO 639 language code
374 return getLanguageCodeForValue(language);
378 * Converts a CDMA language indicator value to an ISO 639 two character language code.
379 * @param languageValue the CDMA language value to convert
380 * @return the two character ISO 639 language code for the specified value, or null if unknown
420 builder.append(", language
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmSmsCbMessage.java13 * See the License for the specific language governing permissions and
111 String language = null;
115 language = p.first;
123 header.getServiceCategory(), language, sb.toString(), priority,
131 * text into mBody, and optionally the language code into mLanguage
135 * @return a Pair of Strings containing the language and body of the message
139 String language = null;
143 // Extract encoding and language from DCS, as defined in 3gpp TS 23.038,
148 language = LANGUAGE_CODES_GROUP_0[dataCodingScheme & 0x0f];
162 language
263 unpackBody(byte[] pdu, int encoding, int offset, int length, boolean hasLanguageIndicator, String language) argument
[all...]

Completed in 6233 milliseconds

12