Searched refs:getB (Results 1 - 5 of 5) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_GetPutFields.java62 public String getB() { method in class:Support_GetPutFields.SimpleClass
72 return (a == other.getA() && b.equals(other.getB()));
H A DSupport_GetPutFieldsDefaulted.java73 public String getB() { method in class:Support_GetPutFieldsDefaulted.SimpleClass
83 return (a == other.getA() && b.equals(other.getB()));
H A DSupport_GetPutFieldsDeprecated.java64 public String getB() { method in class:Support_GetPutFieldsDeprecated.SimpleClass
74 return (a == other.getA() && b.equals(other.getB()));
/libcore/ojluni/src/main/java/java/security/spec/
H A DEllipticCurve.java148 public BigInteger getB() { method in class:EllipticCurve
/libcore/luni/src/test/java/tests/security/spec/
H A DEllipticCurveTest.java443 assertEquals("incorrect b", ec.getB(), BigInteger.ONE);
448 * Test for <code>getB()</code> method<br>
461 assertEquals(b, c.getB());
462 assertSame(b, c.getB());

Completed in 965 milliseconds