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

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DCommandRecognizerEngine.java186 private static final int PHONE_ID_COUNT = 7; field in class:CommandRecognizerEngine
204 // The number of ids appended here must be same as PHONE_ID_COUNT.
987 && commands.length >= PHONE_ID_COUNT + 1) {
1005 if (commands.length == PHONE_ID_COUNT + 2) {
1007 final String spokenPhoneIdCommand = commands[PHONE_ID_COUNT + 1];
1023 else if (commands.length == PHONE_ID_COUNT + 1) {
1057 if (commands.length == PHONE_ID_COUNT + 2) {

Completed in 12 milliseconds