HomeSort by relevance Sort by last modified time
    Searched refs:getProfileConnectionState (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 54 int getProfileConnectionState(int profile);
BluetoothAdapter.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 348 int getProfileConnectionState(LocalBluetoothProfile profile) {
450 int status = getProfileConnectionState(profile);
460 int status = getProfileConnectionState(profile);
467 int status = getProfileConnectionState(profile);
BluetoothDevicePreference.java 223 int connectionStatus = cachedDevice.getProfileConnectionState(profile);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 685 public int getProfileConnectionState(int profile) {
687 Log.w(TAG,"getProfileConnectionState: not allowed for non-active user");
693 return service.getProfileConnectionState(profile);
    [all...]
AdapterProperties.java 276 int getProfileConnectionState(int profile) {
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java 525 // android.bluetooth.BluetoothAdapter.getProfileConnectionState
528 btAdapter.getProfileConnectionState(
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 729 milliseconds