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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 72 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED);
A2dpSinkProfile.java 72 device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED);
HeadsetProfile.java 75 device.onProfileStateChanged(HeadsetProfile.this,
HfpClientProfile.java 76 device.onProfileStateChanged(
HidProfile.java 67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED);
MapProfile.java 75 device.onProfileStateChanged(MapProfile.this,
PbapClientProfile.java 74 device.onProfileStateChanged(PbapClientProfile.this, BluetoothProfile.STATE_CONNECTED);
SapProfile.java 74 device.onProfileStateChanged(SapProfile.this,
LocalBluetoothProfileManager.java 286 cachedDevice.onProfileStateChanged(mProfile, newState);
CachedBluetoothDevice.java 124 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) {
126 Log.d(TAG, "onProfileStateChanged: profile " + profile +

Completed in 120 milliseconds