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

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

Completed in 67 milliseconds