Searched refs:connectAllProfiles (Results 1 – 1 of 1) sorted by relevance
218 public void connect(boolean connectAllProfiles) { in connect() argument224 connectWithoutResettingTimer(connectAllProfiles); in connect()233 private void connectWithoutResettingTimer(boolean connectAllProfiles) { in connectWithoutResettingTimer() argument252 if (connectAllProfiles ? profile.isConnectable() : profile.isAutoConnectable()) { in connectWithoutResettingTimer()