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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 72 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED);
HidProfile.java 67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED);
HeadsetProfile.java 75 device.onProfileStateChanged(HeadsetProfile.this,
LocalBluetoothProfileManager.java 232 cachedDevice.onProfileStateChanged(mProfile, newState);
CachedBluetoothDevice.java 117 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) {
119 Log.d(TAG, "onProfileStateChanged: profile " + profile +

Completed in 38 milliseconds