Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java110 List<LocalBluetoothProfile> localBluetoothProfiles = new ArrayList<>(); in setUp() local
112 localBluetoothProfiles.add(mLocalBluetoothProfile); in setUp()
113 when(mCachedDevice.getProfiles()).thenReturn(localBluetoothProfiles); in setUp()