Home
last modified time | relevance | path

Searched refs:mProfilesConnecting (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
744 if (mProfilesConnecting > 0) { in updateCountersAndCheckForConnectionStateChange()
745 mProfilesConnecting--; in updateCountersAndCheckForConnectionStateChange()
747 Log.e(TAG, "mProfilesConnecting " + mProfilesConnecting); in updateCountersAndCheckForConnectionStateChange()
776 mProfilesConnecting++; in updateCountersAndCheckForConnectionStateChange()
777 return (mProfilesConnected == 0 && mProfilesConnecting == 1); in updateCountersAndCheckForConnectionStateChange()
788 return (mProfilesConnected == 0 && mProfilesConnecting == 0); in updateCountersAndCheckForConnectionStateChange()
1015 mProfilesConnecting = 0; in onBluetoothReady()