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

  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationServerTests.java 44 private Map<ByteArrayWrapper, NdefMessage> mStoredNdef =
45 new HashMap<ByteArrayWrapper, NdefMessage>();
46 private static final ByteArrayWrapper DEFAULT_NDEF = new ByteArrayWrapper(new byte[] {});
85 static class ByteArrayWrapper {
88 public ByteArrayWrapper(byte[] data) {
97 if (!(other instanceof ByteArrayWrapper)) {
100 return Arrays.equals(data, ((ByteArrayWrapper) other).data);
113 ByteArrayWrapper id = (record.getId().length > 0) ?
114 new ByteArrayWrapper(record.getId()) : DEFAULT_NDEF
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictIOUtils.java 56 public static final class ByteArrayWrapper implements FusionDictionaryBufferInterface {
60 public ByteArrayWrapper(final byte[] buffer) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 182 milliseconds