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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java124 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { argument
127 " newProfileState " + newProfileState);
134 mProfileConnectionState.put(profile, newProfileState);
135 if (newProfileState == BluetoothProfile.STATE_CONNECTED) {
148 newProfileState == BluetoothProfile.STATE_DISCONNECTED) {
152 newProfileState == BluetoothProfile.STATE_DISCONNECTED) {

Completed in 429 milliseconds