Searched refs:bindValueString1 (Results 1 – 2 of 2) sorted by relevance
47 String bindValueString1(); in bindValueString1() method57 String bindValueString1 = BIND_VALUE_STRING1; field in BindValueTest65 assertThat(bindValueString1).isEqualTo(BIND_VALUE_STRING1); in testBindValueFieldIsProvided()74 bindValueString1 = "newValue"; in testBindValueIsMutable()88 return EntryPoints.get(getApplicationContext(), BindValueEntryPoint.class).bindValueString1(); in getBinding1()
29 fun bindValueString1(): String in bindValueString1() method42 var bindValueString1 = BIND_VALUE_STRING1 in bindValueString1() variable in dagger.hilt.android.testing.BindValueInKotlinValTest