Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java186 private LocalBluetoothProfile addFakeProfile(int profileNameResId, in addFakeProfile() method in BluetoothDetailsProfilesControllerTest
220 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in oneProfile()
227 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in multipleProfiles()
228 addFakeProfile(R.string.bluetooth_profile_headset, false); in multipleProfiles()
253 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in disableThenReenableOneProfile()
254 addFakeProfile(R.string.bluetooth_profile_headset, true); in disableThenReenableOneProfile()
280 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in disconnectedDeviceOneProfile()