Home
last modified time | relevance | path

Searched refs:subtypeName (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkInfo.java129 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() argument
136 mSubtypeName = subtypeName; in NetworkInfo()
198 public void setSubtype(int subtype, String subtypeName) { in setSubtype() argument
201 mSubtypeName = subtypeName; in setSubtype()
471 String subtypeName = in.readString();
472 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSubtype.java251 final CharSequence subtypeName = context.getPackageManager().getText( in getDisplayName() local
253 if (!TextUtils.isEmpty(subtypeName)) { in getDisplayName()
254 return String.format(subtypeName.toString(), localeStr); in getDisplayName()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java453 final CharSequence subtypeName = context.getPackageManager().getText( in getDisplayName() local
455 if (TextUtils.isEmpty(subtypeName)) { in getDisplayName()
458 final String subtypeNameString = subtypeName.toString(); in getDisplayName()
481 Slog.w(TAG, "Found illegal format in subtype name("+ subtypeName + "): " + e); in getDisplayName()
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java92 String subtypeName, String subtypeLocale, int subtypeIndex, String systemLocale) { in createDummyItem() argument
115 return new ImeSubtypeListItem(imeName, subtypeName, imi, subtypeIndex, subtypeLocale, in createDummyItem()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtil.java377 final CharSequence subtypeName = subtype.getDisplayName(context, in getSubtypeLocaleNameAsSentence() local
380 return LocaleHelper.toSentenceCase(subtypeName.toString(), locale); in getSubtypeLocaleNameAsSentence()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java63 public ImeSubtypeListItem(CharSequence imeName, CharSequence subtypeName, in ImeSubtypeListItem() argument
66 mSubtypeName = subtypeName; in ImeSubtypeListItem()