Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java50 private static final byte[] TEST_BT_ADDR_BYTES_2 = {00, 11, 22, 33, 44, 66}; field in BondStateMachineTest
99 deviceProperties2 = mRemoteDevices.addDeviceProperties(TEST_BT_ADDR_BYTES_2); in testCreateBondAfterRemoveBond()
102 device2 = mRemoteDevices.getDevice(TEST_BT_ADDR_BYTES_2); in testCreateBondAfterRemoveBond()
120 verify(mAdapterService, times(1)).removeBondNative(eq(TEST_BT_ADDR_BYTES_2)); in testCreateBondAfterRemoveBond()
126 TEST_BT_ADDR_BYTES_2, BOND_NONE); in testCreateBondAfterRemoveBond()
139 verify(mAdapterService, times(1)).createBondNative(eq(TEST_BT_ADDR_BYTES_2), anyInt()); in testCreateBondAfterRemoveBond()