Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java218 public void connect(boolean connectAllProfiles) { in connect() argument
224 connectWithoutResettingTimer(connectAllProfiles); in connect()
233 private void connectWithoutResettingTimer(boolean connectAllProfiles) { in connectWithoutResettingTimer() argument
252 if (connectAllProfiles ? profile.isConnectable() : profile.isAutoConnectable()) { in connectWithoutResettingTimer()