Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2571 final ResultListener tetherResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testBluetoothTethering() local
2572 mTethering.tether(TEST_BT_IFNAME, IpServer.STATE_TETHERED, tetherResult); in testBluetoothTethering()
2574 tetherResult.assertHasResult(); in testBluetoothTethering()