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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java117 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { argument
120 " newProfileState " + newProfileState);
127 mProfileConnectionState.put(profile, newProfileState);
128 if (newProfileState == BluetoothProfile.STATE_CONNECTED) {
140 newProfileState == BluetoothProfile.STATE_DISCONNECTED) {

Completed in 40 milliseconds