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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java194 void connect(boolean connectAllProfiles) { argument
200 connectWithoutResettingTimer(connectAllProfiles);
209 private void connectWithoutResettingTimer(boolean connectAllProfiles) { argument
228 if (connectAllProfiles ? profile.isConnectable() : profile.isAutoConnectable()) {

Completed in 165 milliseconds