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

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

Completed in 60 milliseconds