Searched refs:mProfileListener (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothProfileMonitor.java | 36 private final ProfileListener mProfileListener = new ProfileListener(); field in BluetoothProfileMonitor 57 mBluetoothAdapter.getProfileProxy(mContext, mProfileListener, BluetoothProfile.A2DP); in start() 58 mBluetoothAdapter.getProfileProxy(mContext, mProfileListener, BluetoothProfile.HEARING_AID); in start() 59 mBluetoothAdapter.getProfileProxy(mContext, mProfileListener, BluetoothProfile.LE_AUDIO); in start()
|
D | LegacyBluetoothRouteController.java | 73 private final BluetoothProfileListener mProfileListener = new BluetoothProfileListener(); field in LegacyBluetoothRouteController 104 mBluetoothAdapter.getProfileProxy(mContext, mProfileListener, BluetoothProfile.A2DP); in start() 105 mBluetoothAdapter.getProfileProxy(mContext, mProfileListener, BluetoothProfile.HEARING_AID); in start() 106 mBluetoothAdapter.getProfileProxy(mContext, mProfileListener, BluetoothProfile.LE_AUDIO); in start()
|