Home
last modified time | relevance | path

Searched refs:FastPairGattServer (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairProvider.java58 private FastPairGattServer mFastPairGattServer;
68 FastPairGattServer.Callbacks mGattServerCallbacks = new FastPairGattServer.Callbacks() {
179 mFastPairGattServer = new FastPairGattServer(mContext, mModelId, mAntiSpoofKey, in FastPairProvider()
DFastPairGattServer.java75 public class FastPairGattServer { class
91 private static final String TAG = CarLog.tagFor(FastPairGattServer.class);
407 FastPairGattServer(Context context, int modelId, String antiSpoof, in FastPairGattServer() method in FastPairGattServer
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java175 @Mock FastPairGattServer.Callbacks mMockFastPairCallbacks;
188 FastPairGattServer mTestGattServer;
253 mTestGattServer = new FastPairGattServer(mMockContext, TEST_MODEL_ID, in setUp()
DFastPairProviderTest.java148 FastPairGattServer.Callbacks mGattServerCallbacks;