Searched refs:valueB (Results 1 – 2 of 2) sorted by relevance
73 String valueB = "boom"; in testOnMultiplePropertiesChanged() local83 mDeviceConfigProxyFake.setProperty(NAMESPACE, keyB, valueB, false); in testOnMultiplePropertiesChanged()87 assertThat(onPropertiesChangedListener.mProperties.getString(keyB, "")).isEqualTo(valueB); in testOnMultiplePropertiesChanged()
85 inline static bool areEqual(float valueA, float valueB) { return isZero(valueA - valueB); } in areEqual() argument