Searched refs:mSubscriptionType (Results 1 – 2 of 2) sorted by relevance
324 private String mSubscriptionType = null; field in PasspointConfiguration329 mSubscriptionType = subscriptionType; in setSubscriptionType()335 return mSubscriptionType; in getSubscriptionType()763 mSubscriptionType = source.mSubscriptionType; in PasspointConfiguration()799 dest.writeString(mSubscriptionType); in writeToParcel()844 && TextUtils.equals(mSubscriptionType, that.mSubscriptionType) in equals()1022 if (mSubscriptionType != null) { in validateForCommonR1andR2()1023 if (mSubscriptionType.getBytes(StandardCharsets.UTF_8).length > MAX_STRING_LENGTH) { in validateForCommonR1andR2()
635 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mSubscriptionType:Ljava/lang/String;