Home
last modified time | relevance | path

Searched refs:newProfileState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java144 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() argument
147 " newProfileState " + newProfileState); in onProfileStateChanged()
154 mProfileConnectionState.put(profile, newProfileState); in onProfileStateChanged()
155 if (newProfileState == BluetoothProfile.STATE_CONNECTED) { in onProfileStateChanged()
169 newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged()
173 newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged()