Searched refs:mProfilesConnecting (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
399 mProfilesConnecting--;
413 mProfilesConnecting++;
414 return (mProfilesConnected == 0 && mProfilesConnecting == 1);
425 return (mProfilesConnected == 0 && mProfilesConnecting == 0);

Completed in 55 milliseconds