Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManagerTest.java112 String testDeviceName = getNameForAssociation(); in testStartAssociationAdvertisingSuccess() local
113 startAssociation(callback, testDeviceName); in testStartAssociationAdvertisingSuccess()
121 assertThat(BluetoothAdapter.getDefaultAdapter().getName()).isEqualTo(testDeviceName); in testStartAssociationAdvertisingSuccess()
144 String testDeviceName = getNameForAssociation(); in testNotifyAssociationSuccess() local
145 startAssociation(callback, testDeviceName); in testNotifyAssociationSuccess()
154 verify(callback).onAssociationStartSuccess(eq(testDeviceName)); in testNotifyAssociationSuccess()