Lines Matching refs:intents
947 ArrayList<Intent> intents = new ArrayList<Intent>(); in onRecognitionSuccess() local
955 intents.size() < examineLimit; result++) { in onRecognitionSuccess()
979 addCallIntent(intents, uri, in onRecognitionSuccess()
1015 addCallIntent(intents, ContentUris.withAppendedId( in onRecognitionSuccess()
1043 addCallIntent(intents, ContentUris.withAppendedId( in onRecognitionSuccess()
1071 addCallIntent(intents, ContentUris.withAppendedId( in onRecognitionSuccess()
1079 addCallIntent(intents, ContentUris.withAppendedId( in onRecognitionSuccess()
1087 addCallIntent(intents, ContentUris.withAppendedId( in onRecognitionSuccess()
1095 addCallIntent(intents, ContentUris.withAppendedId( in onRecognitionSuccess()
1102 addCallIntent(intents, ContentUris.withAppendedId( in onRecognitionSuccess()
1114 addIntent(intents, intent); in onRecognitionSuccess()
1119 addCallIntent(intents, Uri.fromParts("voicemail", "x", null), in onRecognitionSuccess()
1127 addCallIntent(intents, Uri.fromParts("tel", number, null), in onRecognitionSuccess()
1140 addIntent(intents, intent); in onRecognitionSuccess()
1178 addIntent(intents, intent); in onRecognitionSuccess()
1191 if (mLogger != null) mLogger.logIntents(intents); in onRecognitionSuccess()
1196 if (intents.size() == 0) { in onRecognitionSuccess()
1202 intents.toArray(new Intent[intents.size()])); in onRecognitionSuccess()
1207 private static void addCallIntent(ArrayList<Intent> intents, Uri uri, String literal, in addCallIntent() argument
1213 addIntent(intents, intent); in addCallIntent()