Searched defs:nextChar (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp127 int nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( local
132 while (NOT_A_CODE_POINT != nextChar && --charCount > 0) {
133 outCodePoints[++wordPos] = nextChar;
134 nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition(
204 int nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( local
207 while (-1 != nextChar && --charCount > 0) {
208 outCodePoints[++wordPos] = nextChar;
209 nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition(
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java480 public void onPostDialChar(String callId, char nextChar, argument
486 logIncoming("onPostDialChar %s %s", callId, nextChar);
489 call.onPostDialChar(nextChar);
H A DCallsManager.java573 public void onPostDialChar(final Call call, char nextChar) { argument
574 if (PhoneNumberUtils.is12Key(nextChar)) {
582 mDtmfLocalTonePlayer.playTone(call, nextChar);
594 } else if (nextChar == 0 || nextChar == TelecomManager.DTMF_CHARACTER_WAIT ||
595 nextChar == TelecomManager.DTMF_CHARACTER_PAUSE) {
604 Log.w(this, "onPostDialChar: invalid value %d", nextChar);
H A DCall.java105 void onPostDialChar(Call call, char nextChar); argument
150 public void onPostDialChar(Call call, char nextChar) {} argument
1752 void onPostDialChar(char nextChar) { argument
1754 l.onPostDialChar(this, nextChar);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java520 public void sendOnPostDialChar(String id, char nextChar) throws Exception { argument
522 a.onPostDialChar(id, nextChar, null /*Session.Info*/);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 91 milliseconds