/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
H A D | DefaultAppsPreferenceControllerTest.java | 37 import java.util.Collections; 95 Collections.singletonList(SMS_PACKAGE_NAME)); in getSummary_allAvailable_shouldReturnAll() 116 Collections.emptyList()); in getSummary_browserAndSmsAvailable_shouldReturnBrowserAndSms() 118 Collections.singletonList(SMS_PACKAGE_NAME)); in getSummary_browserAndSmsAvailable_shouldReturnBrowserAndSms() 126 Collections.emptyList()); in getSummary_dialerAndSmsAvailable_shouldReturnDialerAndSms() 140 Collections.emptyList()); in getSummary_browserAvailable_shouldReturnBrowser() 149 Collections.emptyList()); in getSummary_dialerAvailable_shouldReturnDialer() 160 Collections.emptyList()); in getSummary_smsAvailable_shouldReturnSms() 162 Collections.emptyList()); in getSummary_smsAvailable_shouldReturnSms() 172 Collections.emptyList()); in getSummary_noneAvailable_shouldReturnNull() [all …]
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | VmsPublisherSubscriberTest.java | 44 import java.util.Collections; 130 Collections.singleton(publisherId))); in testLayerAvailability_Overwrite() 160 Collections.singleton(publisherId2))); in testLayerAvailability_MultiplePublishers_MultipleLayers() 194 Collections.singleton(publisherId2))); in testLayerAvailability_MultiplePublishers_Overwrite() 337 assertSubscriptionState(2, Collections.emptySet(), Collections.emptySet()); in testUnsubscribe() 420 Collections.singleton(publisherId))); in testSubscribeToPublisher_MultipleLayers() 455 Collections.singleton(publisherId2))); in testSubscribeToPublisher_MultipleLayers_MultiplePublishers() 470 Collections.singleton(UNKNOWN_PUBLISHER))); in testSubscribeToPublisher_UnknownPublisher() 498 assertSubscriptionState(2, Collections.emptySet(), Collections.emptySet()); in testUnsubscribeToPublisher() 513 Collections.singleton(publisherId))); in testUnsubscribeToPublisher_MultipleLayers() [all …]
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WakeupLockTest.java | 36 import java.util.Collections; 131 mWakeupLock.setLock(Collections.emptyList()); in verifyInitializingLockByTimeout() 145 mWakeupLock.setLock(Collections.emptyList()); in addToLockSavesToStore() 168 setLockAndInitializeByTimeout(Collections.emptyList()); in isEmptyWhenInitializedWithEmptyList() 177 setLockAndInitializeByTimeout(Collections.singletonList(mNetwork1)); in setLockClearsPreviousNetworks() 180 setLockAndInitializeByTimeout(Collections.emptyList()); in setLockClearsPreviousNetworks() 190 setLockAndInitializeByTimeout(Collections.singletonList(mNetwork1)); in updateShouldRemoveNetworksAfterConsecutiveMissedScans() 225 updateEnoughTimesToEvictWithAsserts(Collections.emptyList()); in updateWithLockedNetworkAfterItIsRemovedDoesNotReset() 253 setLockAndInitializeByTimeout(Collections.singletonList(mNetwork1)); in initializeShouldSaveSsidsToStore() 263 updateEnoughTimesToEvictWithoutAsserts(Collections.emptyList()); in updateShouldOnlySaveIfLockChanges() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImplTest.java | 73 import java.util.Collections; 441 /*schemasVisibleToPackages=*/ Collections.emptyMap(), in testTriggerCheckOptimizeByMutationSize() 502 /*schemasVisibleToPackages=*/ Collections.emptyMap(), in testReset() 595 /*schemasVisibleToPackages=*/ Collections.emptyMap(), in testReset() 2439 Collections.emptyMap())); in testDeletePersistsWithLiteFlush() 2460 Collections.emptyMap())); in testDeletePersistsWithLiteFlush() 2528 Collections.emptyMap())); in testDeleteByQueryPersistsWithLiteFlush() 2549 Collections.emptyMap())); in testDeleteByQueryPersistsWithLiteFlush() 3056 Collections.singletonList( in testLimitConfig_RemoveByQyery() 3192 Collections.singletonList( in testLimitConfig_Replace() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | KernelCpuThreadReaderDiffTest.java | 42 import java.util.Collections; 96 .containsExactly(Collections.singletonList(1)); in test_failure() 102 .containsExactly(Collections.singletonList(2)); in test_failure() 118 .containsExactly(Collections.singletonList(1)); in test_twoFailures() 127 .containsExactly(Collections.singletonList(2)); in test_twoFailures() 187 .containsExactly(Collections.singletonList(2), Collections.singletonList(5)); in test_newThread() 204 .containsExactly(Collections.singletonList(1), Collections.singletonList(2)); in test_stoppedThread() 232 .containsExactly(Collections.singletonList(6), Collections.singletonList(3)); in test_nonNegativeOtherThreads() 238 .containsExactly(Collections.singletonList(10), Collections.singletonList(8)); in test_nonNegativeOtherThreads() 276 .containsExactly(Collections.singletonList(1), Collections.singletonList(2)); in test_failureAndNewThread() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/ |
H A D | AppSearchImplPlatformTest.java | 56 import java.util.Collections; 270 /*schemas=*/ Collections.emptyList(), in testRemoveSchema_removedFromVisibilityStore() 272 /*schemasNotDisplayedBySystem=*/ Collections.emptyList(), in testRemoveSchema_removedFromVisibilityStore() 273 /*schemasVisibleToPackages=*/ Collections.emptyMap(), in testRemoveSchema_removedFromVisibilityStore() 302 /*schemasNotDisplayedBySystem=*/ Collections.emptyList(), in testRemoveSchema_removedFromVisibilityStore() 303 /*schemasVisibleToPackages=*/ Collections.emptyMap(), in testRemoveSchema_removedFromVisibilityStore() 338 /*schemasNotDisplayedBySystem=*/ Collections.emptyList(), in testSetSchema_defaultPlatformVisible() 339 /*schemasVisibleToPackages=*/ Collections.emptyMap(), in testSetSchema_defaultPlatformVisible() 368 /*schemasVisibleToPackages=*/ Collections.emptyMap(), in testSetSchema_platformHidden() 397 /*schemasNotDisplayedBySystem=*/ Collections.emptyList(), in testSetSchema_defaultNotVisibleToPackages() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | ExpansionStateLoggerTest.java | 44 import java.util.Collections; 67 Collections.singletonList(createNotificationVisibility(NOTIFICATION_KEY, true)), in testVisible() 68 Collections.emptyList()); in testVisible() 91 Collections.emptyList()); in testVisibleAndNotExpanded() 104 Collections.emptyList()); in testVisibleAndExpanded() 117 Collections.singletonList(createNotificationVisibility(NOTIFICATION_KEY, true, in testExpandedAndVisible_expandedBeforeVisible() 119 Collections.emptyList()); in testExpandedAndVisible_expandedBeforeVisible() 133 Collections.emptyList()); in testExpandedAndVisible_visibleBeforeExpanded() 148 Collections.emptyList()); in testExpandedAndVisible_logOnceOnly() 166 Collections.emptyList()); in testOnEntryUpdated() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityTest.java | 32 import java.util.Collections; 82 Collections.emptyList()); in testConstructCellIdentityGsm() 90 Collections.emptyList()); in testConstructCellIdentityGsm() 99 Collections.emptyList()); in testConstructCellIdentityGsm() 111 Collections.emptyList(), null); in testEquals() 114 Collections.emptyList(), null); in testEquals() 119 ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 179 Collections.emptyList(), null); in testIsSameCell() 182 Collections.emptyList(), null); in testIsSameCell() 190 ALPHA_SHORT, Collections.emptyList()); in testIsSameCell() [all …]
|
H A D | CellIdentityGsmTest.java | 24 import java.util.Collections; 120 Collections.emptyList()); in testConstructorWithEmptyMccMnc() 130 Collections.emptyList()); in testConstructorWithEmptyMccMnc() 140 Collections.emptyList()); in testConstructorWithEmptyMccMnc() 154 Collections.emptyList()); in testEquals() 157 Collections.emptyList()); in testEquals() 162 Collections.emptyList()); in testEquals() 164 Collections.emptyList()); in testEquals() 170 Collections.emptyList()); in testEquals() 172 Collections.emptyList()); in testEquals() [all …]
|
H A D | CellIdentityWcdmaTest.java | 24 import java.util.Collections; 103 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 112 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 121 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 130 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 143 Collections.emptyList(), null); in testEquals() 146 Collections.emptyList(), null); in testEquals() 151 Collections.emptyList(), null); in testEquals() 153 Collections.emptyList(), null); in testEquals() 158 Collections.emptyList(), null); in testEquals() [all …]
|
H A D | CellIdentityLteTest.java | 27 import java.util.Collections; 118 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 128 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 138 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 170 Collections.emptyList(), null); in testEquals() 173 Collections.emptyList(), null); in testEquals() 179 Collections.emptyList(), null); in testEquals() 182 Collections.emptyList(), null); in testEquals() 188 Collections.emptyList(), null); in testEquals() 191 Collections.emptyList(), null); in testEquals() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/engine/ |
H A D | RuleEvaluationEngineTest.java | 38 import java.util.Collections; 75 .setInstallerCertificates(Collections.singletonList(INSTALLER_1_CERT)) in testAllowedInstallers_empty() 80 .setInstallerCertificates(Collections.singletonList(INSTALLER_2_CERT)) in testAllowedInstallers_empty() 99 Collections.singletonMap(INSTALLER_1, INSTALLER_1_CERT); in testAllowedInstallers_oneElement() 104 .setInstallerCertificates(Collections.singletonList(INSTALLER_1_CERT)) in testAllowedInstallers_oneElement() 114 .setInstallerCertificates(Collections.singletonList(INSTALLER_1_CERT)) in testAllowedInstallers_oneElement() 148 .setInstallerCertificates(Collections.singletonList(INSTALLER_1_CERT)) in testAllowedInstallers_multipleElement() 157 .setInstallerCertificates(Collections.singletonList(INSTALLER_2_CERT)) in testAllowedInstallers_multipleElement() 166 .setInstallerCertificates(Collections.singletonList(INSTALLER_2_CERT)) in testAllowedInstallers_multipleElement() 185 .setAppCertificates(Collections.singletonList("abc")) in getAppInstallMetadataBuilder() [all …]
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
H A D | QCRowTest.java | 32 import java.util.Collections; 74 Collections.singletonList(item), Collections.emptyList(), Collections.emptyList()); in createFromParcel_accurateData_startItem() 84 Collections.emptyList(), Collections.singletonList(item), Collections.emptyList()); in createFromParcel_accurateData_endItem() 94 Collections.emptyList(), Collections.emptyList(), in createFromParcel_accurateData_slider() 95 Collections.singletonList(slider)); in createFromParcel_accurateData_slider() 101 return createRow(action, disabledAction, icon, Collections.emptyList(), in createRow() 102 Collections.emptyList(), Collections.emptyList()); in createRow()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
H A D | VmsHalServiceTest.java | 61 import java.util.Collections; 520 new VmsAvailableLayers(Collections.singleton( in testHandleAvailabilityRequestEvent_OneLayer() 548 Collections.emptySet()), in testHandleAvailabilityRequestEvent_MultipleLayers() 650 new VmsAvailableLayers(Collections.singleton( in testOnLayersAvailabilityChanged_OneLayer() 674 Collections.emptySet()), in testOnLayersAvailabilityChanged_MultipleLayers() 737 new VmsSubscriptionState(123, Collections.emptySet(), Collections.emptySet())); in testHandleSubscriptionsRequestEvent_ZeroLayers() 759 Collections.emptySet())); in testHandleSubscriptionsRequestEvent_OneLayer_ZeroAssociatedLayers() 781 new VmsSubscriptionState(123, Collections.emptySet(), Collections.singleton( in testHandleSubscriptionsRequestEvent_ZeroLayers_OneAssociatedLayer() 869 new VmsSubscriptionState(123, Collections.emptySet(), Collections.emptySet())); in testOnVmsSubscriptionChange_ZeroLayers() 887 Collections.emptySet())); in testOnVmsSubscriptionChange_OneLayer_ZeroAssociatedLayers() [all …]
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/ |
H A D | PublishServiceDescTracker.java | 29 import java.util.Collections; 58 Collections.singleton(FeatureTags.FEATURE_TAG_CHAT_IM)); in map.put() 60 Collections.singleton(FeatureTags.FEATURE_TAG_CHAT_SESSION)); in map.put() 62 Collections.singleton(FeatureTags.FEATURE_TAG_FILE_TRANSFER)); in map.put() 66 Collections.singleton(FeatureTags.FEATURE_TAG_PRESENCE)); in map.put() 69 Collections.singleton(FeatureTags.FEATURE_TAG_MMTEL)); in map.put() 73 Collections.singleton(FeatureTags.FEATURE_TAG_GEO_PUSH)); in map.put() 81 Collections.singleton(FeatureTags.FEATURE_TAG_POST_CALL)); in map.put() 83 Collections.singleton(FeatureTags.FEATURE_TAG_SHARED_MAP)); in map.put() 104 DEFAULT_SERVICE_DESCRIPTION_MAP = Collections.unmodifiableMap(map); [all …]
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
H A D | MessageTransportWrapperTest.java | 59 import java.util.Collections; 132 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testRegistrationStateChanged() 170 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testCloseGracefullyForceCloseCallIds() 195 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testClose() 210 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testDelegateConnectionSendOutgoingMessage() 235 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testDelegateConnectionNotifyMessageReceived() 245 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testDelegateConnectionNotifyMessageReceiveError() 257 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testDelegateConnectionCloseSession() 267 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testDelegateOnMessageReceived() 291 tracker.openTransport(mISipDelegate, Collections.emptySet(), Collections.emptySet()); in testDelegateOnMessageSent() [all …]
|
H A D | SipDelegateControllerTest.java | 55 import java.util.Collections; 96 Collections.emptySet()); in testCreateDelegate() 109 Collections.emptySet()); in testCreateDelegate() 111 Collections.emptySet()); in testCreateDelegate() 150 Collections.emptySet()); in testCreateDelegateTransportDied() 165 Collections.emptySet()); in testDestroyDelegate() 194 Collections.emptySet()); in testDestroyDelegateForce() 222 Collections.emptySet()); in testChangeSupportedFeatures() 228 newFts, Collections.emptySet()); in testChangeSupportedFeatures() 250 Collections.emptySet()); in testChangeSupportedFeatures() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustmentTest.java | 34 import java.util.Collections; 50 createUiAdjustmentFromSmartActions("first", Collections.emptyList()), in needReinflate_differentLength() 51 createUiAdjustmentFromSmartActions("second", Collections.singletonList(action)))) in needReinflate_differentLength() 68 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentLabels() 69 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentLabels() 87 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentIcons() 110 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentPendingIntent() 138 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentChoices() 166 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentRemoteInputLabel() 191 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_negative() [all …]
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/validator/ |
H A D | OutgoingTransportStateValidatorTest.java | 41 import java.util.Collections; 71 validator.open(Collections.singleton("+tag"), Collections.emptySet()); in testVerifyMessageInOpenCloseState() 72 validator.restrictFeatureTags(Collections.emptySet()); in testVerifyMessageInOpenCloseState() 138 validator.open(Collections.emptySet(), Collections.singleton("+tag")); in testDeniedFeatureTag() 139 validator.restrictFeatureTags(Collections.emptySet()); in testDeniedFeatureTag() 156 validator.open(Collections.singleton("+tag"), Collections.emptySet()); in testRestrictedFeatureTag() 158 validator.restrictFeatureTags(Collections.singleton("+tag")); in testRestrictedFeatureTag() 176 validator.open(Collections.emptySet(), Collections.emptySet()); in testNoSupportedFeatureTag() 177 validator.restrictFeatureTags(Collections.emptySet()); in testNoSupportedFeatureTag()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/ |
H A D | VmsLayerAvailabilityTest.java | 27 import java.util.Collections; 41 private static final Set<Integer> PUBLISHERS_1 = Collections.singleton(PUBLISHER_ID_1); 47 new VmsLayerDependency(LAYER_X, Collections.singleton(LAYER_Y)); 50 new VmsLayerDependency(LAYER_X, Collections.singleton(LAYER_Z)); 53 new VmsLayerDependency(LAYER_Y, Collections.singleton(LAYER_Z)); 56 new VmsLayerDependency(LAYER_Y, Collections.singleton(LAYER_X)); 59 new VmsLayerDependency(LAYER_Z, Collections.singleton(LAYER_X)); 65 new VmsLayerDependency(LAYER_X, Collections.singleton(LAYER_X)); 82 mLayersAvailability.setPublishersOffering(Collections.emptyList()); in testEmptyOffering() 133 new VmsLayersOffering(Collections.singleton(Z_DEPENDS_ON_NOTHING), in testChainOfDependenciesSatisfiedTwoOfferings() [all …]
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Quad.java | 23 import java.util.Collections; 78 float x0 = Collections.min(xs); in boundingBox() 79 float y0 = Collections.min(ys); in boundingBox() 80 float x1 = Collections.max(xs); in boundingBox() 81 float y1 = Collections.max(ys); in boundingBox() 87 return Collections.max(xs) - Collections.min(xs); in getBoundingWidth() 92 return Collections.max(ys) - Collections.min(ys); in getBoundingHeight()
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/ |
H A D | RotateSecondaryKeyTaskTest.java | 41 import java.util.Collections; 108 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_failsIfThereIsNoActiveSecondaryKey() 123 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_failsIfActiveSecondaryIsNotInRecoveryController() 137 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_doesNothingIfFlagIsDisabled() 153 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_setsActiveSecondary() 169 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_rewrapsExistingTertiaryKeys() 191 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_persistsRewrappedKeysToDisk() 213 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_stillSetsActiveSecondaryIfNoTertiaries() 228 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_setsActiveSecondaryKeyAliasInSettings() 243 CURRENT_SECONDARY_KEY_ALIAS, Collections.emptyMap()); in run_removesNextSecondaryKeyAliasInSettings() [all …]
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/util/ |
H A D | CollectionUtils.java | 22 import java.util.Collections; 58 Collections.sort(result, comparator); in union() 61 if (Collections.binarySearch(result, toAdd, comparator) < 0) { in union() 73 Collections.sort(result, comparator); in subtract() 75 int index = Collections.binarySearch(result, toSubtract, comparator); in subtract() 87 Collections.sort(contains, comparator); in containsAny() 89 if (Collections.binarySearch(contains, iterate, comparator) >= 0) { in containsAny()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/editor/ |
H A D | ContactEditorUtilsTest.java | 37 import java.util.Collections; 83 assertNull(mTarget.getOnlyOrDefaultAccount(Collections.<AccountWithDataSet>emptyList())); in testSaveDefaultAccount() 86 assertEquals(ACCOUNT_1_A, mTarget.getOnlyOrDefaultAccount(Collections. in testSaveDefaultAccount() 166 Collections.singletonList(ACCOUNT_1_A))); in testShouldShowAccountChangedNotification_1Account() 173 Collections.singletonList(ACCOUNT_1_A))); in testShouldShowAccountChangedNotification_1Account() 186 assertTrue(mTarget.shouldShowAccountChangedNotification(Collections. in testShouldShowAccountChangedNotification_0Account_localOnly() 195 assertFalse(mTarget.shouldShowAccountChangedNotification(Collections. in testShouldShowAccountChangedNotification_0Account_localOnly() 206 Collections.singletonList(ACCOUNT_1_A))); in testShouldShowAccountChangedNotification_initial_check() 214 Collections.singletonList(ACCOUNT_1_A))); in testShouldShowAccountChangedNotification_initial_check()
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/ |
H A D | PublishServiceDescTrackerTest.java | 33 import java.util.Collections; 91 Set<ServiceDescription> expectedSet = Collections.singleton( in testDefaultConfigMatch() 115 expectedSet = Collections.singleton( in testDefaultConfigMatch() 121 expectedSet = Collections.singleton( in testDefaultConfigMatch() 136 Set<ServiceDescription> expectedSet = Collections.singleton( in testOverrideCarrierConfigMatch() 159 expectedSet = Collections.singleton( in testOverrideCarrierConfigMatch() 166 expectedSet = Collections.singleton(TEST_OVERRIDE_MMTEL_DESC); in testOverrideCarrierConfigMatch() 198 expectedSet = Collections.singleton( in testNonstandardImsRegFormatMatch() 204 expectedSet = Collections.singleton( in testNonstandardImsRegFormatMatch() 219 Set<ServiceDescription> expectedSet = Collections.singleton( in testOverrideCarrierConfigNonstandardFormatMatch() [all …]
|