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

  /frameworks/base/core/java/android/bluetooth/
BluetoothPbapClient.java 34 public final class BluetoothPbapClient implements BluetoothProfile {
36 private static final String TAG = "BluetoothPbapClient";
92 * Create a BluetoothPbapClient proxy object.
94 BluetoothPbapClient(Context context, ServiceListener l) {
96 Log.d(TAG, "Create BluetoothPbapClient proxy object");
134 * Other public functions of BluetoothPbapClient will return default error
294 mServiceListener.onServiceConnected(BluetoothProfile.PBAP_CLIENT, BluetoothPbapClient.this);
BluetoothAdapter.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPbapClientFacade.java 23 import android.bluetooth.BluetoothPbapClient;
45 private static BluetoothPbapClient sPbapClientProfile = null;
58 sPbapClientProfile = (BluetoothPbapClient) proxy;
BluetoothConnectionFacade.java 37 import android.bluetooth.BluetoothPbapClient;
142 new IntentFilter(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
322 case BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED:
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
PbapClientProfile.java 19 import android.bluetooth.BluetoothPbapClient;
39 private BluetoothPbapClient mService;
63 mService = (BluetoothPbapClient) proxy;
LocalBluetoothProfileManager.java 28 import android.bluetooth.BluetoothPbapClient;
247 BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
  /packages/services/Car/service/src/com/android/car/
CarBluetoothUserService.java 25 import android.bluetooth.BluetoothPbapClient;
41 private BluetoothPbapClient mBluetoothPbapClient = null;
215 mBluetoothPbapClient = (BluetoothPbapClient) proxy;
BluetoothDeviceConnectionPolicy.java 25 import android.bluetooth.BluetoothPbapClient;
266 } else if (BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
526 profileFilter.addAction(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientStateMachine.java 46 import android.bluetooth.BluetoothPbapClient;
326 Intent intent = new Intent(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 32 import android.bluetooth.BluetoothPbapClient;
123 } else if (BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
158 filter.addAction(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);

Completed in 843 milliseconds