Searched refs:bb (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java103 private native int openNative(ByteBuffer bb, int typedLetterMultiplier, argument
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java469 ByteBuffer bb = MODIFIED_UTF_7_CHARSET.encode(name);
470 byte[] b = new byte[bb.limit()];
471 bb.get(b);

Completed in 77 milliseconds