Searched refs:subtypeName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | NetworkInfo.java | 129 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/ |
D | SpellCheckerSubtype.java | 250 final CharSequence subtypeName = context.getPackageManager().getText( in getDisplayName() local 252 if (!TextUtils.isEmpty(subtypeName)) { in getDisplayName() 253 return String.format(subtypeName.toString(), localeStr); in getDisplayName()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 451 final CharSequence subtypeName = context.getPackageManager().getText( in getDisplayName() local 453 if (TextUtils.isEmpty(subtypeName)) { in getDisplayName() 456 final String subtypeNameString = subtypeName.toString(); in getDisplayName() 479 Slog.w(TAG, "Found illegal format in subtype name("+ subtypeName + "): " + e); in getDisplayName()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 62 public ImeSubtypeListItem(CharSequence imeName, CharSequence subtypeName, in ImeSubtypeListItem() argument 65 mSubtypeName = subtypeName; in ImeSubtypeListItem()
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 3314 final CharSequence subtypeName = item.mSubtypeName; in getView() local 3317 if (TextUtils.isEmpty(subtypeName)) { in getView() 3321 firstTextView.setText(subtypeName); in getView()
|