Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairProvider.java68 FastPairGattServer.Callbacks mGattServerCallbacks = new FastPairGattServer.Callbacks() { field in FastPairProvider
180 mGattServerCallbacks, mAutomaticAcceptance, mFastPairAccountKeyStorage); in FastPairProvider()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairProviderTest.java148 FastPairGattServer.Callbacks mGattServerCallbacks; field in FastPairProviderTest
294 mGattServerCallbacks = mFastPairProvider.mGattServerCallbacks; in createProviderUnderTest()