/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
D | MobileIconsInteractorTest.kt | 306 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 …]
|
D | MobileIconInteractorTest.kt | 70 profileClass = PROFILE_CLASS_UNSET,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconsViewModelTest.kt | 111 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/ |
D | SubscriptionModel.kt | 55 @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/ |
D | MobileRepositorySwitcherTest.kt | 255 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/ |
D | SubscriptionInfo.java | 305 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/ |
D | ShadeHeaderViewModelTest.kt | 126 profileClass = PROFILE_CLASS_UNSET, 133 profileClass = PROFILE_CLASS_UNSET,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionsRepositoryTest.kt | 313 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>()
|
D | MobileConnectionRepositoryTest.kt | 145 profileClass = PROFILE_CLASS_UNSET, 764 profileClass = PROFILE_CLASS_UNSET, in networkNameForSubId_updates() 774 profileClass = PROFILE_CLASS_UNSET, in networkNameForSubId_updates()
|
D | FullMobileConnectionRepositoryTest.kt | 99 profileClass = PROFILE_CLASS_UNSET,
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | EuiccProfileInfo.java | 331 @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/ |
D | MobileConnectionsRepositoryImpl.kt | 466 profileClass = profileClass, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionsRepository.kt | 101 profileClass = PROFILE_CLASS_UNSET, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
D | MobileIconsInteractor.kt | 192 this.filter { it.profileClass != PROFILE_CLASS_PROVISIONING } in <lambda>()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionInfoInternal.java | 2560 public Builder setProfileClass(@ProfileClass int profileClass) { in setProfileClass() argument 2561 mProfileClass = profileClass; in setProfileClass()
|
D | SubscriptionDatabaseManager.java | 1734 public void setProfileClass(int subId, @ProfileClass int profileClass) { in setProfileClass() argument 1735 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_PROFILE_CLASS, profileClass, in setProfileClass()
|