Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DPeriodicAdvertisementResultTest.java68 assertThat(result.getAdvInterval()).isEqualTo(paInterval); in constructor()
108 assertThat(result.getAdvInterval()).isEqualTo(newAdvInterval); in updateMethods()
DBassClientServiceTest.java3019 assertThat(paResult.getAdvInterval()).isEqualTo(testAdvInterval); in testPeriodicAdvertisementResultMap_updateGetAndModifyNotifiedFlag()
3079 assertThat(paResult.getAdvInterval()).isEqualTo(testAdvInterval1); in testPeriodicAdvertisementResultMap_syncEstablishedOnTheSameSyncHandle()
3112 assertThat(paResult.getAdvInterval()).isEqualTo(testAdvInterval2); in testPeriodicAdvertisementResultMap_syncEstablishedOnTheSameSyncHandle()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DPeriodicAdvertisementResult.java105 public int getAdvInterval() { in getAdvInterval() method in PeriodicAdvertisementResult