Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairProvider.java55 private FastPairGattServer mFastPairGattServer;
65 FastPairGattServer.Callbacks mGattServerCallbacks = new FastPairGattServer.Callbacks() {
223 mFastPairGattServer = new FastPairGattServer(mContext, mModelId, in startGatt()
H A DFastPairGattServer.java69 class FastPairGattServer { class
273 FastPairGattServer(Context context, int modelId, String antiSpoof, in FastPairGattServer() method in FastPairGattServer
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothFastPairTest.java144 FastPairGattServer.Callbacks mMockGattCallbacks;
160 FastPairGattServer mTestGattServer;
198 mTestGattServer = new FastPairGattServer(mMockContext, TEST_MODEL_ID, in setUp()
384 mTestGattServer = new FastPairGattServer(mMockContext, TEST_MODEL_ID, in testValidPairingKeyNoAutoAccept()