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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatterySaverSettings.java182 public void setListening(boolean listening) { argument
183 if (listening && !mRegistered) {
186 } else if (!listening && mRegistered) {
208 public void setListening(boolean listening) { argument
210 if (listening) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java65 * * begin listening for the command using the {@link CommandRecognizerEngine}
84 * * begin listening for the command using the {@link CommandRecognizerEngine}
97 * * begin listening for the user's choice using the
109 * listening for the command, and transition back to the WAITING_FOR_COMMAND
250 // we're not using bluetooth apparently, just start listening.
314 // Normally, we will begin listening for the command after the
402 // before we can start listening.
410 // we're not using bluetooth apparently, just start listening.
514 // Normally, the we will start listening after the
525 // we are not using tts, so we just start listening agai
[all...]

Completed in 51 milliseconds