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.java188 public void connect(boolean connectAllProfiles) { in connect() argument
194 connectWithoutResettingTimer(connectAllProfiles); in connect()
218 private void connectWithoutResettingTimer(boolean connectAllProfiles) { in connectWithoutResettingTimer() argument
235 if (connectAllProfiles ? profile.accessProfileEnabled() in connectWithoutResettingTimer()