Searched refs:rebindAttempts (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DBasicBindingTest.java95 assertEquals(1, noRebind.rebindAttempts);
110 assertEquals(1, noRebind.rebindAttempts);
113 assertEquals(1, allowRebind.rebindAttempts);
176 public int rebindAttempts; field in class:BasicBindingTest.AllowRebind
182 rebindAttempts++;

Completed in 28 milliseconds