OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rebindattempts
(Results
1 - 1
of
1
) sorted by null
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BasicBindingTest.java
95
assertEquals(1, noRebind.
rebindAttempts
);
110
assertEquals(1, noRebind.
rebindAttempts
);
113
assertEquals(1, allowRebind.
rebindAttempts
);
176
public int
rebindAttempts
;
182
rebindAttempts
++;
Completed in 379 milliseconds