HomeSort by relevance Sort by last modified time
    Searched refs:sentences (Results 1 - 2 of 2) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 52 * sentences and corresponding Intents.
54 * <li>Else an {@link AlertDialog} containing the list of sentences is
315 String[] sentences = new String[intents.length]; local
317 sentences[i] = intents[i].getStringExtra(
324 .setItems(sentences, clickListener)
331 .setItems(sentences, clickListener)
539 * @param intents a list of Intents corresponding to the sentences.
BluetoothVoiceDialerActivity.java 491 * @param intents a list of Intents corresponding to the sentences.
504 String[] sentences = new String[intents.length];
506 sentences[i] = intents[i].getStringExtra(
617 .setItems(sentences, clickListener)
723 // of the remaining sentences. This will come out to something
    [all...]

Completed in 214 milliseconds