/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | WorkTypeConfigTest.java | 114 /* min */ List.of(Pair.create(WORK_TYPE_TOP, 1), Pair.create(WORK_TYPE_EJ, 0), in test() 115 Pair.create(WORK_TYPE_BG, 0), Pair.create(WORK_TYPE_BGUSER, 0)), in test() 116 /* max */ List.of(Pair.create(WORK_TYPE_TOP, 13), Pair.create(WORK_TYPE_EJ, 13), in test() 117 Pair.create(WORK_TYPE_BG, 13), Pair.create(WORK_TYPE_BGUSER, 13))); in test() 119 /* min */ List.of(Pair.create(WORK_TYPE_TOP, .8f), Pair.create(WORK_TYPE_BG, 0f)), in test() 120 /* max */ List.of(Pair.create(WORK_TYPE_BG, .2f)), in test() 122 /* min */ List.of(Pair.create(WORK_TYPE_TOP, 4), Pair.create(WORK_TYPE_BG, 0)), in test() 123 /* max */ List.of(Pair.create(WORK_TYPE_TOP, 5), Pair.create(WORK_TYPE_BG, 1))); in test() 125 /* min */ List.of(Pair.create(WORK_TYPE_TOP, 1f), in test() 126 Pair.create(WORK_TYPE_BG, 0f), Pair.create(WORK_TYPE_BGUSER, 0f)), in test() [all …]
|
D | WorkCountTrackerTest.java | 296 List.of(Pair.create(WORK_TYPE_BG, 1.0f / 3)); in testRandom1() 298 List.of(Pair.create(WORK_TYPE_BG, 2.0f / 3)); in testRandom1() 314 List.of(Pair.create(WORK_TYPE_BG, 1f), Pair.create(WORK_TYPE_BGUSER, .5f)); in testRandom2() 330 final List<Pair<Integer, Float>> minLimitRatios = List.of(Pair.create(WORK_TYPE_BG, .99f)); in testRandom3() 332 List.of(Pair.create(WORK_TYPE_BG, 1f), Pair.create(WORK_TYPE_BGUSER, .5f)); in testRandom3() 350 List.of(Pair.create(WORK_TYPE_BG, .2f), Pair.create(WORK_TYPE_BGUSER, .1f)); in testRandom4() 367 List.of(Pair.create(WORK_TYPE_BG, 1.0f / 3)); in testRandom5() 369 List.of(Pair.create(WORK_TYPE_BG, 2.0f / 3), in testRandom5() 370 Pair.create(WORK_TYPE_BGUSER, 2.0f / 3)); in testRandom5() 387 List.of(Pair.create(WORK_TYPE_BG, 1.0f / 3)); in testRandom6() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/panels/domain/interactor/ |
D | InfiniteGridConsistencyInteractorTest.kt | 38 TileSpec.create("smallA"), 39 TileSpec.create("smallB"), 40 TileSpec.create("smallC"), 41 TileSpec.create("smallD"), 42 TileSpec.create("smallE"), 65 TileSpec.create("largeA"), in validTiles_returnsUnchangedList() 66 TileSpec.create("smallA"), in validTiles_returnsUnchangedList() 67 TileSpec.create("smallB"), in validTiles_returnsUnchangedList() 68 TileSpec.create("largeB"), in validTiles_returnsUnchangedList() 69 TileSpec.create("largeC"), in validTiles_returnsUnchangedList() [all …]
|
D | GridConsistencyInteractorTest.kt | 47 TileSpec.create("smallA"), 48 TileSpec.create("smallB"), 49 TileSpec.create("smallC"), 50 TileSpec.create("smallD"), 51 TileSpec.create("smallE"), 87 TileSpec.create("largeA"), in changeLayoutType_usesCorrectGridConsistencyInteractor() 88 TileSpec.create("smallA"), in changeLayoutType_usesCorrectGridConsistencyInteractor() 89 TileSpec.create("largeB"), in changeLayoutType_usesCorrectGridConsistencyInteractor() 90 TileSpec.create("largeC"), in changeLayoutType_usesCorrectGridConsistencyInteractor() 91 TileSpec.create("smallB"), in changeLayoutType_usesCorrectGridConsistencyInteractor() [all …]
|
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | DynamicColors.java | 39 list.add(Pair.create("primary_container", mdc.primaryContainer())); in getAllDynamicColorsMapped() 40 list.add(Pair.create("on_primary_container", mdc.onPrimaryContainer())); in getAllDynamicColorsMapped() 41 list.add(Pair.create("primary", mdc.primary())); in getAllDynamicColorsMapped() 42 list.add(Pair.create("on_primary", mdc.onPrimary())); in getAllDynamicColorsMapped() 43 list.add(Pair.create("secondary_container", mdc.secondaryContainer())); in getAllDynamicColorsMapped() 44 list.add(Pair.create("on_secondary_container", mdc.onSecondaryContainer())); in getAllDynamicColorsMapped() 45 list.add(Pair.create("secondary", mdc.secondary())); in getAllDynamicColorsMapped() 46 list.add(Pair.create("on_secondary", mdc.onSecondary())); in getAllDynamicColorsMapped() 47 list.add(Pair.create("tertiary_container", mdc.tertiaryContainer())); in getAllDynamicColorsMapped() 48 list.add(Pair.create("on_tertiary_container", mdc.onTertiaryContainer())); in getAllDynamicColorsMapped() [all …]
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 114 static Operator& create(); 124 Operator& Operator::create<Operator::SIZEOF_HEADERS>(); 126 Operator& Operator::create<Operator::MAXPAGESIZE>(); 128 Operator& Operator::create<Operator::COMMONPAGESIZE>(); 132 Operator& Operator::create<Operator::UNARY_PLUS>(); 134 Operator& Operator::create<Operator::UNARY_MINUS>(); 136 Operator& Operator::create<Operator::LOGICAL_NOT>(); 138 Operator& Operator::create<Operator::BITWISE_NOT>(); 141 Operator& Operator::create<Operator::ABSOLUTE>(); 143 Operator& Operator::create<Operator::ADDR>(); [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/ |
D | LogModule.java | 56 return factory.create("DozeLog", 150); in provideDozeLogBuffer() 70 return factory.create("NotifLog", maxSize, Compile.IS_DEBUG /* systrace */); in provideNotificationsLogBuffer() 79 return factory.create("NotifLockscreenLog", 50, false /* systrace */); in provideNotificationLockScreenLogBuffer() 87 return factory.create("NotifHeadsUpLog", 1000); in provideNotificationHeadsUpLogBuffer() 95 return factory.create("NotifInflationLog", 250); in provideNotifInflationLogBuffer() 103 return factory.create("NotifInterruptLog", 100); in provideNotificationInterruptLogBuffer() 111 return factory.create("NotifRenderLog", 100); in provideNotificationRenderLogBuffer() 119 return factory.create("LSShadeTransitionLog", 50); in provideLSShadeTransitionControllerBuffer() 129 return factory.create("SensitiveNotificationProtectionLog", 10); in provideSensitiveNotificationProtectionLogBuffer() 137 return factory.create("ShadeWindowLog", 600, false); in provideShadeWindowLogBuffer() [all …]
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 45 m_pIntOperand = IntOperand::create(0); in Operator() 57 Operator& Operator::create<Operator::SIZEOF_HEADERS>() { in create() function in mcld::Operator 63 Operator& Operator::create<Operator::MAXPAGESIZE>() { in create() function in mcld::Operator 69 Operator& Operator::create<Operator::COMMONPAGESIZE>() { in create() function in mcld::Operator 76 Operator& Operator::create<Operator::UNARY_PLUS>() { in create() function in mcld::Operator 82 Operator& Operator::create<Operator::UNARY_MINUS>() { in create() function in mcld::Operator 88 Operator& Operator::create<Operator::LOGICAL_NOT>() { in create() function in mcld::Operator 94 Operator& Operator::create<Operator::BITWISE_NOT>() { in create() function in mcld::Operator 100 Operator& Operator::create<Operator::ABSOLUTE>() { in create() function in mcld::Operator 106 Operator& Operator::create<Operator::ADDR>() { in create() function in mcld::Operator [all …]
|
D | ScriptParser.yy | 294 { $$ = FileToken::create(*$1, m_ScriptFile.asNeeded()); } 296 { $$ = NameSpec::create(*$1, m_ScriptFile.asNeeded()); } 354 /* create exp for vma */ 468 { $$ = StrToken::create(*$1); } 501 WildcardPattern::create(*$1, WildcardPattern::SORT_NONE); 514 { $$ = WildcardPattern::create(*$1, WildcardPattern::SORT_NONE); } 516 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_BY_NAME); } 538 WildcardPattern::create(*$2, WildcardPattern::SORT_NONE)); 543 WildcardPattern::create(*$1, WildcardPattern::SORT_NONE)); 563 { $$ = WildcardPattern::create(*$1, WildcardPattern::SORT_NONE); } [all …]
|
D | RpnExpr.cpp | 54 RpnExpr* RpnExpr::create() { in create() function in mcld::RpnExpr 81 RpnExpr* expr = RpnExpr::create(); in buildHelperExpr() 82 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr() 83 expr->push_back(&Operator::create<Operator::ADDR>()); in buildHelperExpr() 84 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr() 85 expr->push_back(&Operator::create<Operator::SIZEOF>()); in buildHelperExpr() 86 expr->push_back(&Operator::create<Operator::ADD>()); in buildHelperExpr() 92 RpnExpr* expr = RpnExpr::create(); in buildHelperExpr() 93 expr->push_back(FragOperand::create(pFrag)); in buildHelperExpr()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/ |
D | TilesSettingConverterTest.kt | 30 TileSpec.create("c"), in toTilesList_correctContentAndOrdering() 31 TileSpec.create("b"), in toTilesList_correctContentAndOrdering() 32 TileSpec.create("custom(x/y)"), in toTilesList_correctContentAndOrdering() 33 TileSpec.create("d"), in toTilesList_correctContentAndOrdering() 48 assertThat(TileSpec.create("")).isEqualTo(TileSpec.Invalid) in toTilesList_removesInvalid() 51 TileSpec.create("a"), in toTilesList_removesInvalid() 52 TileSpec.create("b"), in toTilesList_removesInvalid() 70 TileSpec.create("c"), in toTilesSet_correctContent() 71 TileSpec.create("b"), in toTilesSet_correctContent() 72 TileSpec.create("custom(x/y)"), in toTilesSet_correctContent() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | RotationCacheTest.java | 19 import static android.util.Pair.create; 51 return create(o, rot); in setUp() 57 assertThat(mCache.getOrCompute("hello", 0), equalTo(create("hello", 0))); in getOrCompute_computes() 58 assertThat(mCache.getOrCompute("hello", 1), equalTo(create("hello", 1))); in getOrCompute_computes() 59 assertThat(mCache.getOrCompute("hello", 2), equalTo(create("hello", 2))); in getOrCompute_computes() 60 assertThat(mCache.getOrCompute("hello", 3), equalTo(create("hello", 3))); in getOrCompute_computes() 68 assertThat(mCache.getOrCompute("hello", 1), equalTo(create("hello", 1))); in getOrCompute_sameParam_sameRot_hitsCache() 80 assertThat(mCache.getOrCompute("hello", 1), equalTo(create("hello", 1))); in getOrCompute_sameParam_hitsCache_forAllRots() 81 assertThat(mCache.getOrCompute("hello", 0), equalTo(create("hello", 0))); in getOrCompute_sameParam_hitsCache_forAllRots() 82 assertThat(mCache.getOrCompute("hello", 2), equalTo(create("hello", 2))); in getOrCompute_sameParam_hitsCache_forAllRots() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/viewmodel/ |
D | EditModeViewModelTest.kt | 213 .containsExactly(TileSpec.create(component1), TileSpec.create(component2)) in <lambda>() 226 val model1 = tiles!!.first { it.tileSpec == TileSpec.create(component1) } in <lambda>() 233 val model2 = tiles!!.first { it.tileSpec == TileSpec.create(component2) } in <lambda>() 248 TileSpec.create("flashlight"), in <lambda>() 249 TileSpec.create("airplane"), in <lambda>() 250 TileSpec.create(component2), in <lambda>() 251 TileSpec.create("alarm"), in <lambda>() 270 TileSpec.create("flashlight"), in <lambda>() 271 TileSpec.create("airplane"), in <lambda>() 272 TileSpec.create(component2), in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
D | A11yShortcutAutoAddableList.kt | 38 factory.create( in getA11yShortcutAutoAddables() 39 TileSpec.create(ColorCorrectionTile.TILE_SPEC), in getA11yShortcutAutoAddables() 42 factory.create( in getA11yShortcutAutoAddables() 43 TileSpec.create(ColorInversionTile.TILE_SPEC), in getA11yShortcutAutoAddables() 46 factory.create( in getA11yShortcutAutoAddables() 47 TileSpec.create(OneHandedModeTile.TILE_SPEC), in getA11yShortcutAutoAddables() 50 factory.create( in getA11yShortcutAutoAddables() 51 TileSpec.create(ReduceBrightColorsTile.TILE_SPEC), in getA11yShortcutAutoAddables() 54 factory.create( in getA11yShortcutAutoAddables() 55 TileSpec.create(HearingDevicesTile.TILE_SPEC), in getA11yShortcutAutoAddables()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/compat/ |
D | CompatConfigTest.java | 107 assertThat(compatConfig.isChangeEnabled(1234L, ApplicationInfoBuilder.create().build())) in testUnknownChangeEnabled() 113 CompatConfig compatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testDisabledChangeDisabled() 117 assertThat(compatConfig.isChangeEnabled(1234L, ApplicationInfoBuilder.create().build())) in testDisabledChangeDisabled() 123 CompatConfig compatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testTargetSdkChangeDisabled() 128 ApplicationInfoBuilder.create().withTargetSdk(2).build())) in testTargetSdkChangeDisabled() 134 CompatConfig compatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testTargetSdkChangeEnabled() 139 ApplicationInfoBuilder.create().withTargetSdk(3).build())).isTrue(); in testTargetSdkChangeEnabled() 144 CompatConfig compatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testDisabledOverrideTargetSdkChange() 149 ApplicationInfoBuilder.create().withTargetSdk(3).build())).isFalse(); in testDisabledOverrideTargetSdkChange() 154 CompatConfig compatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testGetDisabledChanges() [all …]
|
D | PlatformCompatTest.java | 93 mCompatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testListAllChanges() 121 mCompatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testListUIChanges() 143 mCompatConfig = CompatConfigBuilder.create(mBuildClassifier, mContext) in testOverrideAtInstallTime() 187 CompatibilityChangeConfigBuilder.create().enable(1L).build(), in testRegisterListenerReturn() 202 .thenReturn(ApplicationInfoBuilder.create().withPackageName(PACKAGE_NAME).build()); in testListenerCalledOnSetOverrides() 205 CompatibilityChangeConfigBuilder.create().enable(1L).disable(2L).build(), in testListenerCalledOnSetOverrides() 217 .thenReturn(ApplicationInfoBuilder.create().withPackageName(PACKAGE_NAME).build()); in testListenerNotCalledOnWrongPackage() 220 CompatibilityChangeConfigBuilder.create().enable(1L).disable(2L).build(), in testListenerNotCalledOnWrongPackage() 231 .thenReturn(ApplicationInfoBuilder.create().withPackageName(PACKAGE_NAME).build()); in testListenerCalledOnSetOverridesTwoListeners() 234 CompatibilityChangeConfigBuilder.create().enable(1L).disable(2L).build(), in testListenerCalledOnSetOverridesTwoListeners() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/ |
D | CurrentTilesInteractorImplTest.kt | 155 TileSpec.create("a"), in correctTiles() 156 TileSpec.create("e"), in correctTiles() 158 TileSpec.create("d"), in correctTiles() 159 TileSpec.create("non_existent") in correctTiles() 197 TileSpec.create("a"), in logTileCreated() 211 TileSpec.create("non_existing"), in logTileNotFoundInFactory() 225 TileSpec.create("e"), in tileNotAvailableDestroyed_logged() 245 TileSpec.create("a"), in someTilesNotValid_repositorySetToDefinitiveList() 246 TileSpec.create("e"), in someTilesNotValid_repositorySetToDefinitiveList() 250 assertThat(tiles).isEqualTo(listOf(TileSpec.create("a"))) in someTilesNotValid_repositorySetToDefinitiveList() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
D | A11yShortcutAutoAddableListTest.kt | 44 override fun create( in create() method in com.android.systemui.qs.pipeline.domain.autoaddable.A11yShortcutAutoAddableListTest 65 factory.create( in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 66 TileSpec.create(ColorCorrectionTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 69 factory.create( in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 70 TileSpec.create(ColorInversionTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 73 factory.create( in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 74 TileSpec.create(OneHandedModeTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 77 factory.create( in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 78 TileSpec.create(ReduceBrightColorsTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() 81 factory.create( in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() [all …]
|
D | AutoAddableSettingListTest.kt | 38 override fun create(setting: String, spec: TileSpec): AutoAddableSetting { in create() method in com.android.systemui.qs.pipeline.domain.autoaddable.AutoAddableSettingListTest 52 val spec1 = TileSpec.create("spec1") in correctLines_correctAutoAddables() 53 val spec2 = TileSpec.create(ComponentName("pkg", "cls")) in correctLines_correctAutoAddables() 63 .containsExactly(factory.create(setting1, spec1), factory.create(setting2, spec2)) in correctLines_correctAutoAddables() 69 val spec = TileSpec.create("spec") in malformedLine_ignored() 78 assertThat(autoAddables).containsExactly(factory.create(setting, spec)) in malformedLine_ignored() 84 val spec = TileSpec.create("spec") in invalidSpec_ignored() 93 assertThat(autoAddables).containsExactly(factory.create(setting, spec)) in invalidSpec_ignored()
|
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
D | CalculateParams.java | 44 public static CalculateParams create(Task task, ActivityInfo.WindowLayout layout, in create() method in CalculateParams 51 params.mTask = TaskWrapper.create(task); in create() 52 params.mLayout = WindowLayoutWrapper.create(layout); in create() 53 params.mActivity = ActivityRecordWrapper.create(actvity); in create() 54 params.mSource = ActivityRecordWrapper.create(source); in create() 55 params.mOptions = ActivityOptionsWrapper.create(options); in create() 56 params.mRequest = RequestWrapper.create(request); in create() 58 params.mCurrentParams = LaunchParamsWrapper.create(currentParams); in create() 59 params.mOutParams = LaunchParamsWrapper.create(outParms); in create()
|
/frameworks/layoutlib/ |
D | METADATA | 3 " create/tests/res/mock_data/mock_android/fake/InnerTest.java\n" 4 " create/tests/res/mock_data/mock_android/util/EmptyArray.java\n" 5 " create/tests/res/mock_data/mock_android/view/View.java\n" 6 " create/tests/res/mock_data/mock_android/view/ViewGroup.java\n" 7 " create/tests/res/mock_data/mock_android/widget/LinearLayout.java\n" 8 " create/tests/res/mock_data/mock_android/widget/TableLayout.java\n" 9 " create/tests/res/mock_data/notjava/lang/JavaClass.java"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | PolicyModule.kt | 135 tileSpec = TileSpec.create(FLASHLIGHT_TILE_SPEC), in bindDndTile() 154 factory.create( in bindDndTile() 155 TileSpec.create(FLASHLIGHT_TILE_SPEC), in bindDndTile() 167 tileSpec = TileSpec.create(LOCATION_TILE_SPEC), in bindDndTile() 190 factory.create( in bindDndTile() 191 TileSpec.create(LOCATION_TILE_SPEC), in bindDndTile() 203 tileSpec = TileSpec.create(ALARM_TILE_SPEC), in bindDndTile() 222 factory.create( in bindDndTile() 223 TileSpec.create(ALARM_TILE_SPEC), in bindDndTile() 235 tileSpec = TileSpec.create(UIMODENIGHT_TILE_SPEC), in bindDndTile() [all …]
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
D | ImageFormat.java | 37 public static MutableFrameFormat create(int width, in create() method in ImageFormat 53 public static MutableFrameFormat create(int width, in create() method in ImageFormat 57 return create(width, in create() 65 public static MutableFrameFormat create(int colorspace, int target) { in create() method in ImageFormat 66 return create(FrameFormat.SIZE_UNSPECIFIED, in create() 74 public static MutableFrameFormat create(int colorspace) { in create() method in ImageFormat 75 return create(FrameFormat.SIZE_UNSPECIFIED, in create()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/logging/ |
D | QSTileLoggerTest.kt | 57 whenever(logBufferFactory.create(any(), any(), any())).thenReturn(logBuffer) in setup() 58 val tileSpec: TileSpec = TileSpec.create("chatty_tile") in setup() 67 TileSpec.create("chatty_tile"), in testChattyLog() 71 TileSpec.create("chatty_tile"), in testChattyLog() 83 TileSpec.create("test_spec"), in testLogUserAction() 96 TileSpec.create("test_spec"), in testLogUserActionRejectedByFalsing() 106 TileSpec.create("test_spec"), in testLogUserActionRejectedByPolicy() 116 TileSpec.create("test_spec"), in testLogUserActionPipeline() 143 TileSpec.create("test_spec"), in testLogStateUpdate() 166 TileSpec.create("test_spec"), in testLogForceUpdate() [all …]
|
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/ |
D | VibratorInfoFactoryTest.java | 37 VibratorInfoFactory.create(/* id= */ 3, new VibratorInfo[] {}); in testCreatedInfo_hasTheRequestedId() 46 VibratorInfoFactory.create(/* id= */ -1, new VibratorInfo[] {info1}); in testCreatedInfo_hasTheRequestedId() 48 VibratorInfoFactory.create(/* id= */ -3, new VibratorInfo[] {info1, info2}); in testCreatedInfo_hasTheRequestedId() 57 VibratorInfo info = VibratorInfoFactory.create(/* id= */ 2, new VibratorInfo[] {}); in testCreatedInfo_fromEmptyVibratorInfos_returnsEmptyVibratorInfo() 72 VibratorInfoFactory.create(/* id= */ -1, new VibratorInfo[] {info}); in testCreatedInfo_fromSingleVibratorInfo_hasEqualContent() 89 VibratorInfoFactory.create(/* id= */ -1, new VibratorInfo[] {info1, info2}), in testCreatedInfo_hasEqualContentRegardlessOfSourceInfoOrder() 90 VibratorInfoFactory.create(/* id= */ -1, new VibratorInfo[] {info2, info1})); in testCreatedInfo_hasEqualContentRegardlessOfSourceInfoOrder() 116 VibratorInfoFactory.create(/* id= */ 3, new VibratorInfo[] {info1, info2})); in testCreatedInfoContents() 121 VibratorInfoFactory.create(/* id= */ 3, new VibratorInfo[] {info2, info3})); in testCreatedInfoContents() 124 VibratorInfoFactory.create(/* id= */ 3, new VibratorInfo[] {info1, info3})); in testCreatedInfoContents()
|