Searched refs:mProfilesDisconnecting (Results 1 – 2 of 2) sorted by relevance
106 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties891 if (mProfilesDisconnecting > 0) { in updateCountersAndCheckForConnectionStateChange()892 mProfilesDisconnecting--; in updateCountersAndCheckForConnectionStateChange()894 Log.e(TAG, "mProfilesDisconnecting " + mProfilesDisconnecting); in updateCountersAndCheckForConnectionStateChange()911 mProfilesDisconnecting++; in updateCountersAndCheckForConnectionStateChange()912 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()1186 mProfilesDisconnecting = 0; in onBluetoothReady()
147 private int mProfilesConnected, mProfilesDisconnecting; field in ScanManager1993 if (mProfilesDisconnecting > 0) { in updateCountersAndCheckForConnectingState()1994 mProfilesDisconnecting--; in updateCountersAndCheckForConnectingState()1996 Log.e(TAG, "mProfilesDisconnecting " + mProfilesDisconnecting); in updateCountersAndCheckForConnectingState()2010 mProfilesDisconnecting++; in updateCountersAndCheckForConnectingState()2023 + mProfilesDisconnecting); in updateCountersAndCheckForConnectingState()