HomeSort by relevance Sort by last modified time
    Searched defs:byteBuff (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 621 ByteBuffer byteBuff = ByteBuffer.allocate(0);
632 macs[i].update(byteBuff);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 622 ByteBuffer byteBuff = ByteBuffer.allocate(0);
633 macs[i].update(byteBuff);
    [all...]

Completed in 66 milliseconds