Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java235 private String mSubscriptionType = null; field in PasspointConfiguration
240 mSubscriptionType = subscriptionType; in setSubscriptionType()
246 return mSubscriptionType; in getSubscriptionType()
360 mSubscriptionType = source.mSubscriptionType; in PasspointConfiguration()
383 dest.writeString(mSubscriptionType); in writeToParcel()
410 && TextUtils.equals(mSubscriptionType, that.mSubscriptionType) in equals()