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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java50 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in class:AdapterProperties
407 mProfilesDisconnecting--;
421 mProfilesDisconnecting++;
422 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1);

Completed in 28 milliseconds