Searched refs:obj2 (Results 1 – 8 of 8) sorted by relevance
49 for (NotBindableVo obj2 : obj2s) { in testAllPermutations()51 testWith(obj1, obj2); in testAllPermutations()54 testWith(obj1, obj2); in testAllPermutations()59 private void testWith(NotBindableVo obj1, NotBindableVo obj2) { in testWith() argument61 mBinder.setObj2(obj2); in testWith()63 assertValues(safeGet(obj1), safeGet(obj2), in testWith()64 obj1 == null ? "" : obj1.mergeStringFields(obj2), in testWith()65 obj2 == null ? "" : obj2.mergeStringFields(obj1), in testWith()67 + (obj2 == null ? null : obj2.getStringValue()) in testWith()
34 MultiBindingClass2 obj2 = new MultiBindingClass2(); in testMultiArgIsCalled() local38 obj2.setValue("b", false); in testMultiArgIsCalled()42 mBinder.setObj2(obj2); in testMultiArgIsCalled()47 assertEquals(mBinder.merged.getText().toString(), join(obj1, obj2)); in testMultiArgIsCalled()48 assertEquals(mBinder.view2.getText().toString(), join(obj2)); in testMultiArgIsCalled()56 obj2.setValue("p", false); in testMultiArgIsCalled()66 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString()); in testMultiArgIsCalled()77 MultiBindingClass2 obj2 = new MultiBindingClass2(); in testSetWithOldValues() local81 obj2.setValue("b", false); in testSetWithOldValues()85 mBinder.setObj2(obj2); in testSetWithOldValues()[all …]
35 MultiBindingClass2 obj2 = new MultiBindingClass2(); in testMultiArgIsCalled() local37 obj2.setValue("b", false); in testMultiArgIsCalled()39 mBinder.setObj2(obj2); in testMultiArgIsCalled()42 assertEquals(mBinder.merged.getText().toString(), join(obj1.getValue(), obj2.getValue())); in testMultiArgIsCalled()43 assertEquals(mBinder.view2.getText().toString(), join(obj2.getValue())); in testMultiArgIsCalled()44 assertEquals(mBinder.view2text.getText().toString(), obj2.getValue()); in testMultiArgIsCalled()51 obj2.setValue("p", false); in testMultiArgIsCalled()57 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString()); in testMultiArgIsCalled()
219 final CallbackBindingObject obj2 = mock(CallbackBindingObject.class); in testListViewOnScroll() local220 mBinding.setObj2(obj2); in testListViewOnScroll()235 verify(obj2).onScrolled(); in testListViewOnScroll()
45 ObservableBoolean obj2 = new ObservableBoolean(true); in testParcelBoolean() local46 ObservableBoolean read2 = parcelAndUnparcel(obj2, ObservableBoolean.class); in testParcelBoolean()105 ObservableBoolean obj2 = new ObservableBoolean(true); in testSerializeBoolean() local106 ObservableBoolean read2 = serializeAndDeserialize(obj2, ObservableBoolean.class); in testSerializeBoolean()
117 private Object concatenateNonArrays(Object obj1, Object obj2) { in concatenateNonArrays() argument120 Array.set(newArray, 1, obj2); in concatenateNonArrays()
1000 Data obj2 = obj1; in TEST_F() local1003 EXPECT_TRUE(obj2.find(&buf2)); in TEST_F()1010 obj2.clear(); in TEST_F()1018 obj2 = std::move(obj1); in TEST_F()1021 EXPECT_TRUE(obj2.find(&buf2)); in TEST_F()1026 obj2.clear(); in TEST_F()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...