Searched refs:mIsConnecting (Results 1 – 2 of 2) sorted by relevance
145 @VisibleForTesting boolean mIsConnecting; field in ScanManager179 mIsConnecting = false; in ScanManager()562 mIsConnecting = true; in handleConnectingState()579 if (!mIsConnecting) { in handleClearConnectingState()595 mIsConnecting = false; in handleClearConnectingState()748 if (mIsConnecting) { in updateScanModeConcurrency()901 if (!mIsConnecting) { in handleProfileConnectionStateChanged()905 if (mIsConnecting) { in handleProfileConnectionStateChanged()
1601 assertThat(mScanManager.mIsConnecting).isFalse(); in profileConnectionStateChanged_sendStartConnectionMessage()1610 assertThat(mScanManager.mIsConnecting).isTrue(); in profileConnectionStateChanged_sendStartConnectionMessage()1618 assertThat(mScanManager.mIsConnecting).isFalse(); in multipleProfileConnectionStateChanged_updateCountersCorrectly()