Searched refs:FastPairProvider (Results 1 – 3 of 3) sorted by relevance
42 public class FastPairProvider { class43 private static final String TAG = CarLog.tagFor(FastPairProvider.class);132 public FastPairProvider(Context context) { in FastPairProvider() method in FastPairProvider
32 import com.android.car.bluetooth.FastPairProvider;71 private final FastPairProvider mFastPairProvider;92 mFastPairProvider = new FastPairProvider(service); in CarBluetoothUserService()
159 FastPairProvider mTestFastPairProvider;197 mTestFastPairProvider = new FastPairProvider(mMockContext); in setUp()