Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallTonePlayer.java41 private final CallAudioRoutePeripheralAdapter mCallAudioRoutePeripheralAdapter; field in InCallTonePlayer.Factory
47 mCallAudioRoutePeripheralAdapter = callAudioRoutePeripheralAdapter; in Factory()
58 mCallAudioRoutePeripheralAdapter, mLock, mToneGeneratorFactory); in createPlayer()
104 private final CallAudioRoutePeripheralAdapter mCallAudioRoutePeripheralAdapter; field in InCallTonePlayer
136 mCallAudioRoutePeripheralAdapter = callAudioRoutePeripheralAdapter; in InCallTonePlayer()
232 if (mCallAudioRoutePeripheralAdapter.isBluetoothAudioOn()) { in run()