Searched refs:subtypeName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | NetworkInfo.java | 133 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() argument 140 mSubtypeName = subtypeName; in NetworkInfo() 205 public void setSubtype(int subtype, String subtypeName) { in setSubtype() argument 208 mSubtypeName = subtypeName; in setSubtype() 480 String subtypeName = in.readString(); 481 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerSubtype.java | 185 final CharSequence subtypeName = context.getPackageManager().getText( in getDisplayName() local 187 if (!TextUtils.isEmpty(subtypeName)) { in getDisplayName() 188 return String.format(subtypeName.toString(), localeStr); in getDisplayName()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 387 final CharSequence subtypeName = context.getPackageManager().getText( in getDisplayName() local 389 if (!TextUtils.isEmpty(subtypeName)) { in getDisplayName() 396 subtypeName.toString(), replacementString != null ? replacementString : ""); in getDisplayName() 398 Slog.w(TAG, "Found illegal format in subtype name("+ subtypeName + "): " + e); in getDisplayName()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 60 public ImeSubtypeListItem(CharSequence imeName, CharSequence subtypeName, in ImeSubtypeListItem() argument 63 mSubtypeName = subtypeName; in ImeSubtypeListItem()
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 2951 final CharSequence subtypeName = item.mSubtypeName; in getView() local 2954 if (TextUtils.isEmpty(subtypeName)) { in getView() 2958 firstTextView.setText(subtypeName); in getView()
|