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.java122 if (BluetoothUtils.D) { in onProfileStateChanged()
128 if (BluetoothUtils.D) { in onProfileStateChanged()
182 if (BluetoothUtils.D) { in disconnect()
202 if (BluetoothUtils.D) { in setHiSyncId()
243 if (BluetoothUtils.D) Log.d(TAG, "Preferred profiles = " + preferredProfiles); in connectWithoutResettingTimer()
283 if (BluetoothUtils.D) { in connectInt()
325 if (BluetoothUtils.D) { in unpair()
328 } else if (BluetoothUtils.V) { in unpair()
419 if (BluetoothUtils.D) { in refreshName()
576 if (BluetoothUtils.D) { in updateProfiles()
[all …]
DBluetoothUtils.java25 public class BluetoothUtils { class
135 final Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getBtRainbowDrawableWithDescription()
DPanProfile.java151 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHidDeviceProfile.java168 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DLocalBluetoothAdapter.java238 if (BluetoothUtils.V) { in setBluetoothEnabled()
DHidProfile.java162 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DA2dpSinkProfile.java203 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHfpClientProfile.java208 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHearingAidDeviceManager.java34 private static final boolean DEBUG = BluetoothUtils.D;
DMapProfile.java194 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DMapClientProfile.java198 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DSapProfile.java194 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHeadsetProfile.java223 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DHearingAidProfile.java257 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DCachedBluetoothDeviceManager.java36 private static final boolean DEBUG = BluetoothUtils.D;
DA2dpProfile.java325 return BluetoothUtils.getConnectionStateSummary(state); in getSummaryResourceForDevice()
DBluetoothEventManager.java416 BluetoothUtils.showError(context, name, errorMsg); in showUnbondMessage()
DLocalBluetoothProfileManager.java58 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 {