Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractorTest.kt306 profileClass = PROFILE_CLASS_PROVISIONING, in filteredSubscriptions_doesNotFilterProvisioningWhenFlagIsFalse()
326 profileClass = PROFILE_CLASS_UNSET, in filteredSubscriptions_filtersOutProvisioningSubs()
333 profileClass = SubscriptionManager.PROFILE_CLASS_PROVISIONING, in filteredSubscriptions_filtersOutProvisioningSubs()
358 profileClass = PROFILE_CLASS_PROVISIONING, in filteredSubscriptions_filtersOutProvisioningSubsBeforeOpportunistic()
367 profileClass = PROFILE_CLASS_UNSET, in filteredSubscriptions_filtersOutProvisioningSubsBeforeOpportunistic()
400 profileClass = PROFILE_CLASS_PROVISIONING, in filteredSubscriptions_groupedPairAndNonProvisioned_groupedFilteringStillHappens()
419 profileClass = PROFILE_CLASS_UNSET, in filteredSubscriptions_subNotExclusivelyNonTerrestrial_hasSub()
437 profileClass = PROFILE_CLASS_UNSET, in filteredSubscriptions_subExclusivelyNonTerrestrial_doesNotHaveSub()
455 profileClass = PROFILE_CLASS_UNSET, in filteredSubscription_mixOfExclusivelyNonTerrestrialAndOther_hasOtherSubsOnly()
462 profileClass = PROFILE_CLASS_UNSET, in filteredSubscription_mixOfExclusivelyNonTerrestrialAndOther_hasOtherSubsOnly()
[all …]
DMobileIconInteractorTest.kt70 profileClass = PROFILE_CLASS_UNSET,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModelTest.kt111 profileClass = PROFILE_CLASS_UNSET, in subscriptionIdsFlow_matchesInteractor()
122 profileClass = PROFILE_CLASS_UNSET, in subscriptionIdsFlow_matchesInteractor()
128 profileClass = PROFILE_CLASS_UNSET, in subscriptionIdsFlow_matchesInteractor()
134 profileClass = PROFILE_CLASS_UNSET, in subscriptionIdsFlow_matchesInteractor()
369 profileClass = PROFILE_CLASS_UNSET,
376 profileClass = PROFILE_CLASS_UNSET,
383 profileClass = PROFILE_CLASS_UNSET,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DSubscriptionModel.kt55 @ProfileClass val profileClass: Int constant in com.android.systemui.statusbar.pipeline.mobile.data.model.SubscriptionModel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileRepositorySwitcherTest.kt255 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
261 profileClass = PROFILE_CLASS_UNSET,
270 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
276 profileClass = PROFILE_CLASS_UNSET,
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java305 boolean isOpportunistic, @Nullable String groupUUID, int carrierId, int profileClass) { in SubscriptionInfo() argument
308 isOpportunistic, groupUUID, false, carrierId, profileClass, in SubscriptionInfo()
324 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() argument
329 cardId, isOpportunistic, groupUUID, isGroupDisabled, carrierId, profileClass, in SubscriptionInfo()
345 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() argument
350 cardId, isOpportunistic, groupUUID, isGroupDisabled, carrierId, profileClass, in SubscriptionInfo()
367 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() argument
393 this.mProfileClass = profileClass; in SubscriptionInfo()
1699 public Builder setProfileClass(@ProfileClass int profileClass) { in setProfileClass() argument
1700 mProfileClass = profileClass; in setProfileClass()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModelTest.kt126 profileClass = PROFILE_CLASS_UNSET,
133 profileClass = PROFILE_CLASS_UNSET,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt313 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
335 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
1450 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
1457 profileClass = PROFILE_CLASS_UNSET, in <lambda>()
1469 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
1476 profileClass = PROFILE_CLASS_UNSET, in <lambda>()
1488 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
1497 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
1512 whenever(it.profileClass).thenReturn(PROFILE_CLASS_UNSET) in <lambda>()
1518 profileClass = PROFILE_CLASS_UNSET, in <lambda>()
DMobileConnectionRepositoryTest.kt145 profileClass = PROFILE_CLASS_UNSET,
764 profileClass = PROFILE_CLASS_UNSET, in networkNameForSubId_updates()
774 profileClass = PROFILE_CLASS_UNSET, in networkNameForSubId_updates()
DFullMobileConnectionRepositoryTest.kt99 profileClass = PROFILE_CLASS_UNSET,
/frameworks/base/telephony/java/android/service/euicc/
DEuiccProfileInfo.java331 @ProfileClass int profileClass, in EuiccProfileInfo() argument
340 this.mProfileClass = profileClass; in EuiccProfileInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt466 profileClass = profileClass, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepository.kt101 profileClass = PROFILE_CLASS_UNSET, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractor.kt192 this.filter { it.profileClass != PROFILE_CLASS_PROVISIONING } in <lambda>()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java2560 public Builder setProfileClass(@ProfileClass int profileClass) { in setProfileClass() argument
2561 mProfileClass = profileClass; in setProfileClass()
DSubscriptionDatabaseManager.java1734 public void setProfileClass(int subId, @ProfileClass int profileClass) { in setProfileClass() argument
1735 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_PROFILE_CLASS, profileClass, in setProfileClass()