Searched refs:isExclusivelyNonTerrestrial (Results 1 – 5 of 5) sorted by relevance
46 val isExclusivelyNonTerrestrial: Boolean = false, constant in com.android.systemui.statusbar.pipeline.mobile.data.model.SubscriptionModel
416 isExclusivelyNonTerrestrial = false, in filteredSubscriptions_subNotExclusivelyNonTerrestrial_hasSub()434 isExclusivelyNonTerrestrial = true, in filteredSubscriptions_subExclusivelyNonTerrestrial_doesNotHaveSub()452 isExclusivelyNonTerrestrial = true, in filteredSubscription_mixOfExclusivelyNonTerrestrialAndOther_hasOtherSubsOnly()459 isExclusivelyNonTerrestrial = false, in filteredSubscription_mixOfExclusivelyNonTerrestrialAndOther_hasOtherSubsOnly()466 isExclusivelyNonTerrestrial = false, in filteredSubscription_mixOfExclusivelyNonTerrestrialAndOther_hasOtherSubsOnly()487 isExclusivelyNonTerrestrial = true, in filteredSubscriptions_exclusivelyNonTerrestrialSub_andOpportunistic_bothFiltersHappen()
205 return this.filter { !it.isExclusivelyNonTerrestrial } in List()
463 isExclusivelyNonTerrestrial = isOnlyNonTerrestrialNetwork, in <lambda>()
321 assertThat(latest!![0].isExclusivelyNonTerrestrial).isTrue() in <lambda>()343 assertThat(latest!![0].isExclusivelyNonTerrestrial).isFalse() in <lambda>()