Searched refs:mSubscriptionUpdate (Results 1 – 3 of 3) sorted by relevance
161 private UpdateParameter mSubscriptionUpdate = null; field in PasspointConfiguration166 mSubscriptionUpdate = subscriptionUpdate; in setSubscriptionUpdate()172 return mSubscriptionUpdate; in getSubscriptionUpdate()695 if (source.mSubscriptionUpdate != null) { in PasspointConfiguration()696 mSubscriptionUpdate = new UpdateParameter(source.mSubscriptionUpdate); in PasspointConfiguration()774 && (mSubscriptionUpdate == null ? that.mSubscriptionUpdate == null in equals()775 : mSubscriptionUpdate.equals(that.mSubscriptionUpdate)) in equals()845 if (mSubscriptionUpdate != null) { in toString()847 builder.append(mSubscriptionUpdate); in toString()882 if (mSubscriptionUpdate != null && !mSubscriptionUpdate.validate()) { in validate()[all …]
49 private Set<VmsAssociatedLayer> mSubscriptionUpdate; field in VmsSubscriptionHelperTest288 mSubscriptionUpdate = subscriptionUpdate; in handleUpdate()301 assertThat(mSubscriptionUpdate).isEqualTo(subscriptions); in assertSubscriptions()
636 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mSubscriptionUpdate:Landroid/net/wifi/hotspot2/…