Home
last modified time | relevance | path

Searched defs:NotBindableVo (Results 1 – 1 of 1) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DNotBindableVo.java20 public class NotBindableVo { class
32 public NotBindableVo() { in NotBindableVo() method in NotBindableVo
35 public NotBindableVo(int intValue) { in NotBindableVo() method in NotBindableVo
39 public NotBindableVo(String stringValue) { in NotBindableVo() method in NotBindableVo
43 public NotBindableVo(int intValue, String stringValue) { in NotBindableVo() method in NotBindableVo