Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java209 assertTrue(mBluetoothUtil.unpairAll(mPrimary)); in testUnpair_success()
220 assertTrue(mBluetoothUtil.unpairAll(mPrimary)); in testUnpair_successWithWarning()
230 assertFalse(mBluetoothUtil.unpairAll(mPrimary)); in testUnpair_fail()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java370 public boolean unpairAll(ITestDevice device) throws DeviceNotAvailableException { in unpairAll() method in Sl4aBluetoothUtil