Searched refs:obj2 (Results 1 – 5 of 5) 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()
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()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...