Home | History | Annotate | Download | only in testapp

Lines Matching refs:obj1

33         MultiBindingClass1 obj1 = new MultiBindingClass1();
37 obj1.setValue("a", false);
41 mBinder.setObj1(obj1);
47 assertEquals(mBinder.merged.getText().toString(), join(obj1, obj2));
53 obj1.setValue("o", false);
59 // now invalidate obj1 only, obj2 should be evaluated as well
60 obj1.notifyPropertyChanged(BR._all);
66 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString());
76 MultiBindingClass1 obj1 = new MultiBindingClass1();
80 obj1.setValue("a", false);
84 mBinder.setObj1(obj1);
93 obj1.setValue("x", true);
100 obj1.setValue("x", true);