Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java77 private int mConnectedProfiles; field in CarBluetoothUserService
87 mConnectedProfiles = 0; in CarBluetoothUserService()
150 mConnectedProfiles = 0; in closeBluetoothConnectionProxies()
189 mConnectedProfiles++;
190 if (mConnectedProfiles == sProfilesToConnect.size()) {
214 mConnectedProfiles--;
259 while (mConnectedProfiles != sProfilesToConnect.size()) { in waitForProxies()
263 mConnectedProfiles, sProfilesToConnect.size()); in waitForProxies()
424 pw.printf("Number of connected profiles: %d\n", mConnectedProfiles); in dump()