Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java66 final Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getBtClassDrawableWithDescription_typePhone_returnPhoneDrawable()
76 final Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getBtClassDrawableWithDescription_typeComputer_returnComputerDrawable()
89 assertThat(BluetoothUtils.getBtRainbowDrawableWithDescription( in getBtRainbowDrawableWithDescription_normalHeadset_returnAdaptiveIcon()
100 assertThat(BluetoothUtils.getStringMetaData(mBluetoothDevice, in getStringMetaData_hasMetaData_getCorrectMetaData()
110 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_hasMetaData_getCorrectMetaData()
120 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_invalidMetaData_getErrorCode()
122 .isEqualTo(BluetoothUtils.META_INT_ERROR); in getIntMetaData_invalidMetaData_getErrorCode()
131 assertThat(BluetoothUtils.getBooleanMetaData(mBluetoothDevice, in getBooleanMetaData_hasMetaData_getCorrectMetaData()
141 assertThat(BluetoothUtils.getUriMetaData(mBluetoothDevice, in getUriMetaData_hasMetaData_getCorrectMetaData()
150 assertThat(BluetoothUtils.getUriMetaData(mBluetoothDevice, in getUriMetaData_nullMetaData_getNullUri()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java124 if (BluetoothUtils.D) { in onProfileStateChanged()
130 if (BluetoothUtils.D) { in onProfileStateChanged()
182 if (BluetoothUtils.D) { in disconnect()
217 if (BluetoothUtils.D) { in setHiSyncId()
269 if (BluetoothUtils.D) { in connectInt()
311 if (BluetoothUtils.D) { in unpair()
314 } else if (BluetoothUtils.V) { in unpair()
405 if (BluetoothUtils.D) { in refreshName()
564 if (BluetoothUtils.D) { in updateProfiles()
606 if (BluetoothUtils.D) { in onUuidChanged()
[all …]
DBluetoothUtils.java25 public class BluetoothUtils { class
135 final Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getBtRainbowDrawableWithDescription()
DHidDeviceProfile.java159 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DPanProfile.java158 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DLocalBluetoothAdapter.java238 if (BluetoothUtils.V) { in setBluetoothEnabled()
DSapProfile.java186 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHidProfile.java167 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHearingAidDeviceManager.java34 private static final boolean DEBUG = BluetoothUtils.D;
DA2dpSinkProfile.java194 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DMapProfile.java188 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DMapClientProfile.java189 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHfpClientProfile.java194 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHeadsetProfile.java220 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHearingAidProfile.java244 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DCachedBluetoothDeviceManager.java36 private static final boolean DEBUG = BluetoothUtils.D;
DA2dpProfile.java346 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DBluetoothEventManager.java392 BluetoothUtils.showError(context, name, errorMsg); in showUnbondMessage()
DLocalBluetoothProfileManager.java59 private static final boolean DEBUG = BluetoothUtils.D;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DInfoMediaDevice.java25 import com.android.settingslib.bluetooth.BluetoothUtils;
55 return BluetoothUtils.buildBtRainbowDrawable(mContext, in getIcon()
DBluetoothMediaDevice.java26 import com.android.settingslib.bluetooth.BluetoothUtils;
58 final Pair<Drawable, String> pair = BluetoothUtils in getIcon()
DPhoneMediaDevice.java24 import com.android.settingslib.bluetooth.BluetoothUtils;
62 return BluetoothUtils.buildBtRainbowDrawable(mContext, in getIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java46 import com.android.settingslib.bluetooth.BluetoothUtils;
187 BluetoothUtils.setErrorListener(new BluetoothErrorListener()); in init()
604 private final class BluetoothErrorListener implements BluetoothUtils.ErrorListener {