Searched refs:spokenPhoneIdCommand (Results 1 – 1 of 1) sorted by relevance
1007 final String spokenPhoneIdCommand = commands[PHONE_ID_COUNT + 1]; in onRecognitionSuccess() local1009 "H".equalsIgnoreCase(spokenPhoneIdCommand) ? homeId : in onRecognitionSuccess()1010 "M".equalsIgnoreCase(spokenPhoneIdCommand) ? mobileId : in onRecognitionSuccess()1011 "W".equalsIgnoreCase(spokenPhoneIdCommand) ? workId : in onRecognitionSuccess()1012 "O".equalsIgnoreCase(spokenPhoneIdCommand) ? otherId : in onRecognitionSuccess()1017 literal, spokenPhoneIdCommand, 0); in onRecognitionSuccess()