Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DCachedBluetoothDevice.java116 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() argument
119 " newProfileState " + newProfileState); in onProfileStateChanged()
122 mProfileConnectionState.put(profile, newProfileState); in onProfileStateChanged()
123 if (newProfileState == BluetoothProfile.STATE_CONNECTED) { in onProfileStateChanged()
135 newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged()