Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkInfo.java116 private String mSubtypeName; field in NetworkInfo
148 mSubtypeName = subtypeName; in NetworkInfo()
163 mSubtypeName = source.mSubtypeName; in NetworkInfo()
216 mSubtypeName = subtypeName; in setSubtype()
237 return mSubtypeName; in getSubtypeName()
467 dest.writeString(mSubtypeName); in writeToParcel()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkInfo.java143 private String mSubtypeName; field in NetworkInfo
175 mSubtypeName = subtypeName; in NetworkInfo()
188 mSubtypeName = source.mSubtypeName; in NetworkInfo()
254 mSubtypeName = subtypeName; in setSubtype()
286 return mSubtypeName; in getSubtypeName()
591 dest.writeString(mSubtypeName); in writeToParcel()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java51 public final CharSequence mSubtypeName; field in InputMethodSubtypeSwitchingController.ImeSubtypeListItem
60 mSubtypeName = subtypeName; in ImeSubtypeListItem()
137 result = compareNullableCharSequences(mSubtypeName, other.mSubtypeName); in compareTo()
148 + " mSubtypeName=" + mSubtypeName in toString()
H A DInputMethodMenuController.java334 final CharSequence subtypeName = item.mSubtypeName; in getView()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingControllerTest.java169 if (currentItem.mSubtypeName != null) { in assertNextInputMethod()
170 subtype = createDummySubtype(currentItem.mSubtypeName.toString()); in assertNextInputMethod()
194 if (subtypeListItem.mSubtypeName != null) { in onUserAction()
195 subtype = createDummySubtype(subtypeListItem.mSubtypeName.toString()); in onUserAction()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt773 Landroid/net/NetworkInfo;->mSubtypeName:Ljava/lang/String;