Searched refs:mProfiles (Results 1 – 1 of 1) sorted by relevance
58 private final List<LocalBluetoothProfile> mProfiles = field in CachedBluetoothDevice138 } else if (!mProfiles.contains(profile)) { in onProfileStateChanged()140 mProfiles.add(profile); in onProfileStateChanged()154 mProfiles.remove(profile); in onProfileStateChanged()173 for (LocalBluetoothProfile profile : mProfiles) { in disconnect()211 if (mProfiles.isEmpty()) { in connectWithoutResettingTimer()227 for (LocalBluetoothProfile profile : mProfiles) { in connectWithoutResettingTimer()249 for (LocalBluetoothProfile profile : mProfiles) { in connectAutoConnectableProfiles()449 for (LocalBluetoothProfile profile : mProfiles) { in isConnected()466 for (LocalBluetoothProfile profile : mProfiles) { in isBusy()[all …]