Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
DBluetoothTestUtils.java160 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice() method in BluetoothTestUtils.TestLocalBluetoothProfile
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java196 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
322 when(psp.getSummaryResourceForDevice(mDevice)) in pbapProfileStartsEnabled()
349 when(psp.getSummaryResourceForDevice(mDevice)) in pbapProfileStartsDisabled()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java194 profilePref.setSummary(profile.getSummaryResourceForDevice(mCachedDevice.getDevice())); in refreshProfilePreference()