Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairProviderTest.java150 private FastPairProvider mFastPairProvider; field in FastPairProviderTest
292 mFastPairProvider = new FastPairProvider(mMockContext); in createProviderUnderTest()
293 mAdvertiserCallbacks = mFastPairProvider.mAdvertiserCallbacks; in createProviderUnderTest()
294 mGattServerCallbacks = mFastPairProvider.mGattServerCallbacks; in createProviderUnderTest()
301 assertThat(mFastPairProvider.isEnabled()).isTrue(); in startFastPairProvider()
302 assertThat(mFastPairProvider.isStarted()).isFalse(); in startFastPairProvider()
303 mFastPairProvider.start(); in startFastPairProvider()
304 assertThat(mFastPairProvider.isStarted()).isTrue(); in startFastPairProvider()
360 assertThat(mFastPairProvider.isEnabled()).isFalse(); in testStartNoModelId_fastPairNotStarted()
361 assertThat(mFastPairProvider.isStarted()).isFalse(); in testStartNoModelId_fastPairNotStarted()
[all …]
/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java75 private final FastPairProvider mFastPairProvider; field in CarBluetoothUserService
98 mFastPairProvider = new FastPairProvider(service); in CarBluetoothUserService()
128 mFastPairProvider.start(); in setupBluetoothConnectionProxies()
154 mFastPairProvider.stop(); in closeBluetoothConnectionProxies()
430 mFastPairProvider.dump(pw); in dump()