/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/ |
D | HideWhenState.kt | 33 val isEmbedded: Boolean = in hideWhenState() constant 41 if (!isEmbedded) content() in hideWhenState() 46 if (!isEmbedded || isExpanded) content() in hideWhenState() 49 if (isEmbedded) { in hideWhenState()
|
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSProfileDownloaderTest.java | 105 doReturn(false).when(mMockSubInfo).isEmbedded(); in testNullSMDPAddress() 143 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadSuccessCallback() 188 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadFailureUnresolvableError() 226 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadFailureMemoryFullError() 276 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadFailureConnectionError() 333 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadFailureTimeout() 390 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadFailureOperationBusy() 447 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadFailureInvalidResponse() 491 doReturn(false).when(mMockSubInfo).isEmbedded(); in testDownloadOpCode() 633 doReturn(false).when(mMockSubInfo).isEmbedded(); in testMultipleDownloadRequests() [all …]
|
D | ONSProfileActivatorTest.java | 338 doReturn(false).when(mMockSubInfo).isEmbedded(); in testTwoActivePSIMSubscriptions() 339 doReturn(false).when(mMockSubInfo1).isEmbedded(); in testTwoActivePSIMSubscriptions() 361 doReturn(false).when(mMockSubInfo).isEmbedded(); in testOneCBRSPSIMAndOneNonCBRSESIM() 362 doReturn(true).when(mMockSubInfo1).isEmbedded(); in testOneCBRSPSIMAndOneNonCBRSESIM() 397 doReturn(false).when(mMockSubInfo).isEmbedded(); in testOneCBRSPSIMAndOneOpportunisticESIM() 411 doReturn(true).when(mMockSubInfo1).isEmbedded(); in testOneCBRSPSIMAndOneOpportunisticESIM()
|
D | ONSProfileConfiguratorTest.java | 229 doReturn(true).when(mMockSubscriptionInfo1).isEmbedded(); in testFindOpportunisticSubscription() 236 doReturn(true).when(mMockSubscriptionInfo2).isEmbedded(); in testFindOpportunisticSubscription()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/ |
D | DisableSimFooterPreferenceControllerTest.kt | 62 on { isEmbedded } doReturn true in getAvailabilityStatus_eSim_notAvailable() 76 on { isEmbedded } doReturn false in getAvailabilityStatus_pSimAndCannotDisable_available() 90 on { isEmbedded } doReturn false in getAvailabilityStatus_pSimAndCanDisable_notAvailable()
|
D | DeleteSimProfilePreferenceControllerTest.kt | 46 on { isEmbedded } doReturn true in <lambda>() 84 whenever(subscriptionInfo.isEmbedded).thenReturn(false) in getAvailabilityStatus_physicalSim_notAvailable()
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | NetworkProviderSimListController.java | 106 info.isEmbedded ? R.drawable.ic_sim_card_download : R.drawable.ic_sim_card); in update() 113 if (!info.isEmbedded && !isActiveSubscriptionId in update() 131 if (!subInfo.isEmbedded in getSummary() 148 if (!subInfo.isEmbedded && !SubscriptionUtil.showToggleForPhysicalSim( in getSummary()
|
D | SwitchToEuiccSubscriptionSidecar.java | 117 && removedSubInfo.isEmbedded()) in run() 162 if (removedSubInfo != null && removedSubInfo.isEmbedded()) { in getTargetPortId() 183 .filter(i -> i.isEmbedded()) in getTargetPortId() 219 .anyMatch(i -> i.isEmbedded() && i.getSimSlotIndex() == logicalSlotId); in isEsimEnabledAtTargetSlotPort()
|
D | SimOnboardingService.kt | 77 return activeSubInfoList.stream().anyMatch { it.isEmbedded } in <lambda>() 81 return activeSubInfoList.stream().anyMatch { !it.isEmbedded } in <lambda>() 90 return targetSubInfo?.isEmbedded ?: false in <lambda>()
|
D | SubscriptionUtil.java | 210 if (!subInfo.isEmbedded()) { in isPrimarySubscriptionWithinSameUuid() 636 .filter(sub -> sub.isEmbedded() && groupUuid.equals(sub.getGroupUuid())) 825 if (subInfo.isEmbedded() 959 Log.d(TAG, "isConvertedPsimSubscription: isEmbedded " + subInfo.isEmbedded()); 962 && !subInfo.isEmbedded()
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/util/ |
D | TelephonyUtils.java | 57 subscriptionInfo -> !subscriptionInfo.isEmbedded() 60 subscriptionInfo -> subscriptionInfo.isEmbedded(); 95 !subscriptionInfo.isEmbedded() in getActiveSubscriptionInfoById()
|
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/ |
D | PreferredSubscriptionServiceTest.java | 121 when(mSubscriptionInfo.isEmbedded()).thenReturn(false); in testSetPreferredSubscriptionId() 149 when(mSubscriptionInfo.isEmbedded()).thenReturn(false); in testOnActiveSubscriptionsUpdated() 170 when(mSubscriptionInfo.isEmbedded()).thenReturn(false); in testInitialize()
|
/packages/apps/Settings/src/com/android/settings/spa/network/ |
D | SimsSection.kt | 96 override val icon = @Composable { SimIcon(subInfo.isEmbedded) } in SimPreference() 113 private fun SimIcon(isEmbedded: Boolean) { in SimIcon() 114 SettingsIcon(if (isEmbedded) Icons.Outlined.SimCardDownload else Icons.Outlined.SimCard) in SimIcon()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | ToggleSubscriptionDialogActivity.java | 114 mIsEsimOperation = mSubInfo != null && mSubInfo.isEmbedded(); in onCreate() 395 && mActiveSubInfos.stream().anyMatch(activeSubInfo -> activeSubInfo.isEmbedded()); in showEnableSimConfirmDialog() 427 .filter(activeSubInfo -> activeSubInfo.isEmbedded()) in showEnableSimConfirmDialog() 570 .anyMatch(subInfo-> !subInfo.isEmbedded()); in isDsdsConditionSatisfied() 577 .anyMatch(SubscriptionInfo::isEmbedded); in isDsdsConditionSatisfied()
|
D | DisableSimFooterPreferenceController.kt | 49 subInfo.subscriptionId == subId && !subInfo.isEmbedded in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/cloudmedia/ |
D | CloudMediaFeature.kt | 97 val isEmbedded = config.runtimeEnv == PhotopickerRuntimeEnv.EMBEDDED in build() constant 119 isEmbedded -> Priority.DISABLED.priority in build() 135 isEmbedded -> Priority.DISABLED.priority in build()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SelectSpecificDataSimDialogFragment.java | 137 if ((newSubInfo.isEmbedded() in updateDialog() 140 || (currentDataSubInfo.isEmbedded() in updateDialog()
|
/packages/apps/Settings/src/com/android/settings/sim/receivers/ |
D | SimSlotChangeHandler.kt | 357 return activeSubs.stream().anyMatch { subscriptionInfo -> subscriptionInfo.isEmbedded } in <lambda>() 367 .filter { sub: SubscriptionInfo -> sub.isEmbedded } in <lambda>() 379 .filter { sub: SubscriptionInfo -> !sub.isEmbedded } in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/photogrid/ |
D | PhotoGrid.kt | 191 val isEmbedded = in <lambda>() constant 194 val isEmbeddedAndCollapsed = isEmbedded && !isExpanded in <lambda>() 216 if (SdkLevel.isAtLeastU() && isEmbedded && host != null) { in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/categorygrid/ |
D | MediaSetGrid.kt | 94 val isEmbedded = in <lambda>() constant 119 if (SdkLevel.isAtLeastU() && isEmbedded && host != null) { in <lambda>()
|
D | MediaSetContentGrid.kt | 115 val isEmbedded = in MediasetContentGrid() constant 136 if (SdkLevel.isAtLeastU() && isEmbedded && host != null) { in MediasetContentGrid()
|
D | AlbumMediaGrid.kt | 132 val isEmbedded = in AlbumMediaGrid() constant 152 if (SdkLevel.isAtLeastU() && isEmbedded && host != null) { in AlbumMediaGrid()
|
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/util/ |
D | TelephonyUtilsTest.java | 156 when(subscriptionInfo.isEmbedded()).thenReturn(true); in testUpdateSwpStatusForEuiccWhenSubscriptionExist() 174 when(subscriptionInfo.isEmbedded()).thenReturn(false); in testUpdateSwpStatusForEuiccWhenSubscriptionNotExist()
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSProfileConfigurator.java | 228 if (subInfo.isEmbedded() && oppCarrierId == subInfo in getOpportunisticSubIdsofPSIMOperator() 320 if (subInfo.isEmbedded() && carrId == subInfo.getCarrierId()) { in findOpportunisticSubscription()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/albumgrid/ |
D | AlbumMediaGrid.kt | 137 val isEmbedded = in AlbumMediaGrid() constant 157 if (SdkLevel.isAtLeastU() && isEmbedded && host != null) { in AlbumMediaGrid()
|