Searched refs:onProfileStateChanged (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java72 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED);
H A DHidProfile.java67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED);
H A DHeadsetProfile.java75 device.onProfileStateChanged(HeadsetProfile.this,
H A DMapProfile.java75 device.onProfileStateChanged(MapProfile.this,
H A DLocalBluetoothProfileManager.java240 cachedDevice.onProfileStateChanged(mProfile, newState);
H A DCachedBluetoothDevice.java124 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { method in class:CachedBluetoothDevice
126 Log.d(TAG, "onProfileStateChanged: profile " + profile +

Completed in 42 milliseconds