Searched defs:subtypeName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkInfo.java129 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { argument
136 mSubtypeName = subtypeName;
198 public void setSubtype(int subtype, String subtypeName) { argument
201 mSubtypeName = subtypeName;
471 String subtypeName = in.readString();
472 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java62 public ImeSubtypeListItem(CharSequence imeName, CharSequence subtypeName, argument
65 mSubtypeName = subtypeName;

Completed in 152 milliseconds