Home
last modified time | relevance | path

Searched refs:DebugThread (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DBluetoothHandsfree.java133 private DebugThread mDebugThread;
2836 return DBG && SystemProperties.getBoolean(DebugThread.DEBUG_HANDSFREE, false); in inDebug()
2840 return inDebug() && SystemProperties.getBoolean(DebugThread.DEBUG_HANDSFREE_AUDIO_ANYTIME, in allowAudioAnytime()
2846 mDebugThread = new DebugThread(); in startDebug()
2944 private class DebugThread extends Thread { class in BluetoothHandsfree