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.java191 private LocalBluetoothProfile addFakeProfile(int profileNameResId, in addFakeProfile() method in BluetoothDetailsProfilesControllerTest
225 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in oneProfile()
232 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in multipleProfiles()
233 addFakeProfile(R.string.bluetooth_profile_headset, false); in multipleProfiles()
258 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in disableThenReenableOneProfile()
259 addFakeProfile(R.string.bluetooth_profile_headset, true); in disableThenReenableOneProfile()
285 addFakeProfile(R.string.bluetooth_profile_a2dp, true); in disconnectedDeviceOneProfile()