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.java212 private LocalBluetoothProfile addFakeProfile(int profileNameResId, in addFakeProfile() method in BluetoothDetailsProfilesControllerTest
250 addFakeProfile(com.android.settingslib.R.string.bluetooth_profile_a2dp, true); in oneProfile()
257 addFakeProfile(com.android.settingslib.R.string.bluetooth_profile_a2dp, true); in multipleProfiles()
258 addFakeProfile(com.android.settingslib.R.string.bluetooth_profile_headset, false); in multipleProfiles()
283 addFakeProfile(com.android.settingslib.R.string.bluetooth_profile_a2dp, true); in disableThenReenableOneProfile()
284 addFakeProfile(com.android.settingslib.R.string.bluetooth_profile_headset, true); in disableThenReenableOneProfile()
310 addFakeProfile(com.android.settingslib.R.string.bluetooth_profile_a2dp, true); in disconnectedDeviceOneProfile()