Searched refs:testDeviceName (Results 1 – 1 of 1) sorted by relevance
112 String testDeviceName = getNameForAssociation(); in testStartAssociationAdvertisingSuccess() local113 startAssociation(callback, testDeviceName); in testStartAssociationAdvertisingSuccess()121 assertThat(BluetoothAdapter.getDefaultAdapter().getName()).isEqualTo(testDeviceName); in testStartAssociationAdvertisingSuccess()144 String testDeviceName = getNameForAssociation(); in testNotifyAssociationSuccess() local145 startAssociation(callback, testDeviceName); in testNotifyAssociationSuccess()154 verify(callback).onAssociationStartSuccess(eq(testDeviceName)); in testNotifyAssociationSuccess()