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.java121 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() argument
124 + ", newProfileState " + newProfileState); in onProfileStateChanged()
135 if (newProfileState == BluetoothProfile.STATE_CONNECTED) { in onProfileStateChanged()
149 && newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged()
153 && newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged()