Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java49 private static final byte[] TEST_BT_ADDR_BYTES = {00, 11, 22, 33, 44, 55}; field in BondStateMachineTest
98 deviceProperties1 = mRemoteDevices.addDeviceProperties(TEST_BT_ADDR_BYTES); in testCreateBondAfterRemoveBond()
101 device1 = mRemoteDevices.getDevice(TEST_BT_ADDR_BYTES); in testCreateBondAfterRemoveBond()
119 verify(mAdapterService, times(1)).removeBondNative(eq(TEST_BT_ADDR_BYTES)); in testCreateBondAfterRemoveBond()
123 TEST_BT_ADDR_BYTES, BOND_NONE); in testCreateBondAfterRemoveBond()
138 verify(mAdapterService, times(1)).createBondNative(eq(TEST_BT_ADDR_BYTES), anyInt()); in testCreateBondAfterRemoveBond()
149 mDeviceProperties = mRemoteDevices.addDeviceProperties(TEST_BT_ADDR_BYTES); in testSendIntent()