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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 83 private Thread mRecognizerThread = null;
135 mRecognizerThread = new Thread() {
148 mRecognizerThread.start();
218 if (mRecognizerThread != null) {
219 mRecognizerThread.interrupt();
221 mRecognizerThread.join();
223 if (Config.LOGD) Log.d(TAG, "onStop mRecognizerThread.join exception " + e);
225 mRecognizerThread = null;
BluetoothVoiceDialerActivity.java 159 private Thread mRecognizerThread = null;
    [all...]

Completed in 23 milliseconds