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

/dalvik/libcore/security/src/main/java/java/security/spec/
H A DEllipticCurve.java125 public BigInteger getA() { method in class:EllipticCurve
/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_GetPutFields.java58 public int getA() { method in class:Support_GetPutFields.SimpleClass
72 return (a == other.getA() && b.equals(other.getB()));
H A DSupport_GetPutFieldsDefaulted.java69 public int getA() { method in class:Support_GetPutFieldsDefaulted.SimpleClass
83 return (a == other.getA() && b.equals(other.getB()));
H A DSupport_GetPutFieldsDeprecated.java60 public int getA() { method in class:Support_GetPutFieldsDeprecated.SimpleClass
74 return (a == other.getA() && b.equals(other.getB()));

Completed in 8830 milliseconds