HomeSort by relevance Sort by last modified time
    Searched full:bluetoothheadsetclient (Results 1 - 20 of 20) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConference.java 19 import android.bluetooth.BluetoothHeadsetClient;
35 private BluetoothHeadsetClient mHeadsetProfile;
38 BluetoothDevice device, BluetoothHeadsetClient client) {
82 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD);
101 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
HfpClientConnection.java 19 import android.bluetooth.BluetoothHeadsetClient;
38 private BluetoothHeadsetClient mHeadsetProfile;
50 BluetoothHeadsetClient client, BluetoothHeadsetClientCall call) {
67 BluetoothHeadsetClient client, Uri number) {
247 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD);
257 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
HfpClientConnectionService.java 20 import android.bluetooth.BluetoothHeadsetClient;
61 private BluetoothHeadsetClient mHeadsetProfile;
75 if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
105 } else if (BluetoothHeadsetClient.ACTION_CALL_CHANGED.equals(action)) {
107 intent.getParcelableExtra(BluetoothHeadsetClient.EXTRA_CALL);
179 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
180 filter.addAction(BluetoothHeadsetClient.ACTION_CALL_CHANGED);
281 mHeadsetProfile = (BluetoothHeadsetClient) proxy;
352 public static boolean hasHfpClientEcc(BluetoothHeadsetClient client, BluetoothDevice device) {
355 features.getBoolean(BluetoothHeadsetClient.EXTRA_AG_FEATURE_ECC, false)
    [all...]
HfpClientDeviceBlock.java 20 import android.bluetooth.BluetoothHeadsetClient;
66 private BluetoothHeadsetClient mHeadsetProfile;
71 BluetoothHeadsetClient headsetProfile) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
ConnectedDeviceSignalController.java 5 import android.bluetooth.BluetoothHeadsetClient;
72 private BluetoothHeadsetClient mBluetoothHeadsetClient;
99 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
100 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT);
140 if (BluetoothHeadsetClient.ACTION_AG_EVENT.equals(action)) {
146 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
162 * {@link BluetoothHeadsetClient#ACTION_AG_EVENT}.
165 int networkStatus = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_NETWORK_STATUS,
178 BluetoothHeadsetClient.EXTRA_NETWORK_SIGNAL_STRENGTH, INVALID_SIGNAL);
187 int roamingStatus = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_NETWORK_ROAMING
    [all...]
CarBatteryController.java 21 import android.bluetooth.BluetoothHeadsetClient;
61 private BluetoothHeadsetClient mBluetoothHeadsetClient;
122 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
123 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT);
139 if (BluetoothHeadsetClient.ACTION_AG_EVENT.equals(action)) {
144 int batteryLevel = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL,
152 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
232 int batteryLevel = featuresBundle.getInt(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL,
268 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 38 import android.bluetooth.BluetoothHeadsetClient;
240 Intent intent = new Intent(BluetoothHeadsetClient.ACTION_CALL_CHANGED);
242 intent.putExtra(BluetoothHeadsetClient.EXTRA_CALL, c);
423 if (flag != BluetoothHeadsetClient.CALL_ACCEPT_NONE) {
431 if (flag != BluetoothHeadsetClient.CALL_ACCEPT_NONE) {
440 if (flag == BluetoothHeadsetClient.CALL_ACCEPT_HOLD ||
441 flag == BluetoothHeadsetClient.CALL_ACCEPT_NONE) {
446 } else if (flag == BluetoothHeadsetClient.CALL_ACCEPT_TERMINATE) {
457 if (flag == BluetoothHeadsetClient.CALL_ACCEPT_HOLD) {
459 } else if (flag == BluetoothHeadsetClient.CALL_ACCEPT_TERMINATE)
    [all...]
HeadsetClientService.java 21 import android.bluetooth.BluetoothHeadsetClient;
296 return BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED;
882 if (audioState != BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHfpClientFacade.java 23 import android.bluetooth.BluetoothHeadsetClient;
45 private static BluetoothHeadsetClient sHfpClientProfile = null;
58 sHfpClientProfile = (BluetoothHeadsetClient) proxy;
BluetoothConnectionFacade.java 33 import android.bluetooth.BluetoothHeadsetClient;
140 new IntentFilter(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
316 case BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED:
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HfpClientProfile.java 19 import android.bluetooth.BluetoothHeadsetClient;
41 private BluetoothHeadsetClient mService;
65 mService = (BluetoothHeadsetClient) proxy;
LocalBluetoothProfileManager.java 23 import android.bluetooth.BluetoothHeadsetClient;
203 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
  /packages/services/Car/service/src/com/android/car/
CarBluetoothUserService.java 23 import android.bluetooth.BluetoothHeadsetClient;
40 private BluetoothHeadsetClient mBluetoothHeadsetClient = null;
211 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
BluetoothDeviceConnectionPolicy.java 23 import android.bluetooth.BluetoothHeadsetClient;
260 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
525 profileFilter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
BluetoothHeadsetFragment.java 23 import android.bluetooth.BluetoothHeadsetClient;
61 BluetoothHeadsetClient mHfpClientProfile;
234 mHfpClientProfile = (BluetoothHeadsetClient) proxy;
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 42 public final class BluetoothHeadsetClient implements BluetoothProfile {
43 private static final String TAG = "BluetoothHeadsetClient";
406 * Create a BluetoothHeadsetClient proxy object.
408 /*package*/ BluetoothHeadsetClient(Context context, ServiceListener l) {
439 * Other public functions of BluetoothHeadsetClient will return default error
    [all...]
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 25 import android.bluetooth.BluetoothHeadsetClient;
105 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
148 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1-sources.jar 
android-all-6.0.0_r1-robolectric-0-sources.jar 

Completed in 1442 milliseconds