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/
DCarBluetoothUserService.java65 private int mConnectedProfiles; field in CarBluetoothUserService
76 mConnectedProfiles = 0; in CarBluetoothUserService()
141 mConnectedProfiles = 0; in closeBluetoothConnectionProxies()
182 mConnectedProfiles++;
183 if (mConnectedProfiles == sProfilesToConnect.size()) {
202 mConnectedProfiles--;
245 while (mConnectedProfiles != sProfilesToConnect.size()) { in waitForProxies()
248 Log.e(TAG, "Timeout while waiting for proxies, Connected: " + mConnectedProfiles in waitForProxies()