Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java94 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties
764 if (mProfilesDisconnecting > 0) { in updateCountersAndCheckForConnectionStateChange()
765 mProfilesDisconnecting--; in updateCountersAndCheckForConnectionStateChange()
767 Log.e(TAG, "mProfilesDisconnecting " + mProfilesDisconnecting); in updateCountersAndCheckForConnectionStateChange()
784 mProfilesDisconnecting++; in updateCountersAndCheckForConnectionStateChange()
785 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()
1016 mProfilesDisconnecting = 0; in onBluetoothReady()