Home
last modified time | relevance | path

Searched refs:connInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DConnectUtil.kt93 val connInfo = wifiManager.connectionInfo in ensureWifiConnected() constant
94 Log.d(TAG, "connInfo=" + connInfo) in ensureWifiConnected()
95 if (connInfo == null || connInfo.networkId == -1) { in ensureWifiConnected()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1566 BluetoothProfileConnectionInfo connInfo = connectionInfoArgumentCaptor.getValue(); in testSwitchActiveGroups() local
1567 assertThat(connInfo.isSuppressNoisyIntent()).isTrue(); in testSwitchActiveGroups()
1586 connInfo = connectionInfoArgumentCaptor.getValue(); in testSwitchActiveGroups()
1587 assertThat(connInfo.isSuppressNoisyIntent()).isTrue(); in testSwitchActiveGroups()
1603 connInfo = connectionInfoArgumentCaptor.getValue(); in testSwitchActiveGroups()
1604 assertThat(connInfo.isSuppressNoisyIntent()).isTrue(); in testSwitchActiveGroups()