Searched refs:localBluetoothProfiles (Results 1 – 1 of 1) sorted by relevance
110 List<LocalBluetoothProfile> localBluetoothProfiles = new ArrayList<>(); in setUp() local112 localBluetoothProfiles.add(mLocalBluetoothProfile); in setUp()113 when(mCachedDevice.getProfiles()).thenReturn(localBluetoothProfiles); in setUp()