Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DConnectedDeviceSignalController.java23 import android.bluetooth.BluetoothHeadsetClient;
88 private BluetoothHeadsetClient mBluetoothHeadsetClient;
93 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
130 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening()
131 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT); in startListening()
171 if (BluetoothHeadsetClient.ACTION_AG_EVENT.equals(action)) { in onReceive()
177 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
196 int networkStatus = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_NETWORK_STATUS, in processActionAgEvent()
209 BluetoothHeadsetClient.EXTRA_NETWORK_SIGNAL_STRENGTH, INVALID_SIGNAL); in processActionAgEvent()
218 int roamingStatus = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_NETWORK_ROAMING, in processActionAgEvent()
[all …]
DCarBatteryController.java21 import android.bluetooth.BluetoothHeadsetClient;
62 private BluetoothHeadsetClient mBluetoothHeadsetClient;
67 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
125 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening()
126 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT); in startListening()
142 if (BluetoothHeadsetClient.ACTION_AG_EVENT.equals(action)) { in onReceive()
147 int batteryLevel = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL, in onReceive()
155 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
235 int batteryLevel = featuresBundle.getInt(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL, in updateBatteryIcon()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/voicerecognition/car/
DConnectedDeviceVoiceRecognitionNotifier.java19 import android.bluetooth.BluetoothHeadsetClient;
56 || !BluetoothHeadsetClient.ACTION_AG_EVENT.equals(intent.getAction())
57 || !intent.hasExtra(BluetoothHeadsetClient.EXTRA_VOICE_RECOGNITION)) {
62 BluetoothHeadsetClient.EXTRA_VOICE_RECOGNITION, INVALID_VALUE);
86 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT); in onBootCompleted()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHfpClientProfile.java25 import android.bluetooth.BluetoothHeadsetClient;
43 private BluetoothHeadsetClient mService;
65 mService = (BluetoothHeadsetClient) proxy; in onServiceConnected()
DLocalBluetoothProfileManager.java24 import android.bluetooth.BluetoothHeadsetClient;
157 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED, in updateLocalProfiles()
158 BluetoothHeadsetClient.ACTION_AUDIO_STATE_CHANGED, in updateLocalProfiles()
159 BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED); in updateLocalProfiles()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHfpClientProfileTest.java25 import android.bluetooth.BluetoothHeadsetClient;
49 private BluetoothHeadsetClient mService;
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClient.java42 public final class BluetoothHeadsetClient implements BluetoothProfile { class
415 /*package*/ BluetoothHeadsetClient(Context context, ServiceListener listener) { in BluetoothHeadsetClient() method in BluetoothHeadsetClient
1032 return BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED; in getAudioState()
DBluetoothAdapter.java2760 BluetoothHeadsetClient headsetClient = new BluetoothHeadsetClient(context, listener); in getProfileProxy()
2842 BluetoothHeadsetClient headsetClient = (BluetoothHeadsetClient) proxy; in closeProfileProxy()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10291 Landroid/bluetooth/BluetoothHeadsetClient;-><init>(Landroid/content/Context;Landroid/bluetooth/Blue…
10292 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_AG_EVENT:Ljava/lang/String;
10293 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_AUDIO_STATE_CHANGED:Ljava/lang/String;
10294 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CALL_CHANGED:Ljava/lang/String;
10295 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
10296 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_LAST_VTAG:Ljava/lang/String;
10297 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT:Ljava/lang/String;
10298 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR:I
10299 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_BLACKLISTED:I
10300 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_BUSY:I
[all …]