Searched refs:bindValueString (Results 1 – 3 of 3) sorted by relevance
69 String bindValueString(); in bindValueString() method78 String bindValueString = BIND_VALUE_STRING; field in BindValueTest102 assertThat(bindValueString).isEqualTo(BIND_VALUE_STRING); in testBindValueFieldIsProvided()108 bindValueString = "newValue"; in testBindValueIsMutable()153 return EntryPoints.get(getApplicationContext(), BindValueEntryPoint.class).bindValueString(); in getBinding()
61 String bindValueString(); in bindValueString() method175 String bindValueString = BIND_VALUE_STRING; field in MultiTestRoot2Test270 assertThat(bindValueString).isEqualTo(BIND_VALUE_STRING); in testBindValueFieldIsProvided()277 bindValueString = "newValue"; in testBindValueIsMutable()282 return EntryPoints.get(getApplicationContext(), BindValueEntryPoint.class).bindValueString(); in getBinding()
76 String bindValueString(); in bindValueString() method203 String bindValueString = BIND_VALUE_STRING; field in MultiTestRoot1Test292 assertThat(bindValueString).isEqualTo(BIND_VALUE_STRING); in testBindValueFieldIsProvided()299 bindValueString = "newValue"; in testBindValueIsMutable()308 return EntryPoints.get(getApplicationContext(), BindValueEntryPoint.class).bindValueString(); in getBinding()