Searched refs:mIsOnlyNonTerrestrialNetwork (Results 1 – 2 of 2) sorted by relevance
269 private final boolean mIsOnlyNonTerrestrialNetwork; field in SubscriptionInfo400 this.mIsOnlyNonTerrestrialNetwork = false; in SubscriptionInfo()441 this.mIsOnlyNonTerrestrialNetwork = builder.mIsOnlyNonTerrestrialNetwork; in SubscriptionInfo()898 return mIsOnlyNonTerrestrialNetwork; in isOnlyNonTerrestrialNetwork()1033 dest.writeBoolean(mIsOnlyNonTerrestrialNetwork); in writeToParcel()1098 + " isOnlyNonTerrestrialNetwork=" + mIsOnlyNonTerrestrialNetwork in toString()1127 && mIsOnlyNonTerrestrialNetwork == that.mIsOnlyNonTerrestrialNetwork in equals()1138 mIsGroupDisabled, mIsOnlyNonTerrestrialNetwork, mServiceCapabilities, in hashCode()1341 private boolean mIsOnlyNonTerrestrialNetwork = false; field in SubscriptionInfo.Builder1392 mIsOnlyNonTerrestrialNetwork = info.mIsOnlyNonTerrestrialNetwork; in Builder()[all …]
455 private final int mIsOnlyNonTerrestrialNetwork; field in SubscriptionInfoInternal564 this.mIsOnlyNonTerrestrialNetwork = builder.mIsOnlyNonTerrestrialNetwork; in SubscriptionInfoInternal()1187 return mIsOnlyNonTerrestrialNetwork; in getOnlyNonTerrestrialNetwork()1304 .setOnlyNonTerrestrialNetwork(mIsOnlyNonTerrestrialNetwork == 1) in toSubscriptionInfo()1365 + " getOnlyNonTerrestrialNetwork=" + mIsOnlyNonTerrestrialNetwork in toString()1429 && mIsOnlyNonTerrestrialNetwork == that.mIsOnlyNonTerrestrialNetwork in equalsDbItemsOnly()1464 mIsSatelliteAttachEnabledForCarrier, mIsOnlyNonTerrestrialNetwork, in hashCode()1837 private int mIsOnlyNonTerrestrialNetwork = 0; field in SubscriptionInfoInternal.Builder1948 mIsOnlyNonTerrestrialNetwork = info.mIsOnlyNonTerrestrialNetwork; in Builder()2845 mIsOnlyNonTerrestrialNetwork = isOnlyNonTerrestrialNetwork; in setOnlyNonTerrestrialNetwork()