Searched defs:getB (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/spec/
H A DEllipticCurve.java134 public BigInteger getB() { method in class:EllipticCurve
/dalvik/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()));

Completed in 94 milliseconds