Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/
DPresenceBroadcastRequestTest.java53 private static final int BLE_MEDIUM = 1; field in PresenceBroadcastRequestTest
70 mBuilder = new PresenceBroadcastRequest.Builder(Collections.singletonList(BLE_MEDIUM), SALT, in setUp()
89 assertThat(broadcastRequest.getMediums()).containsExactly(BLE_MEDIUM); in testBuilder()
111 assertThat(parcelRequest.getMediums()).containsExactly(BLE_MEDIUM); in testWriteParcel()
DNearbyManagerTest.java86 private static final int BLE_MEDIUM = 1; field in NearbyManagerTest
167 Collections.singletonList(BLE_MEDIUM), SALT, credential) in testStartStopBroadcast()