Searched refs:btClass (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDeviceFilter.java100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); argument
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { argument
118 } else if (btClass != null) {
119 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP) ||
120 btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) {
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { argument
137 return btClass != null
138 && btClass.doesClassMatch(BluetoothClass.PROFILE_OPP);
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { argument
151 return btClass !
159 matches(ParcelUuid[] uuids, BluetoothClass btClass) argument
[all...]
H A DLocalBluetoothProfile.java70 int getDrawableResource(BluetoothClass btClass); argument
H A DBluetoothDevicePreference.java270 BluetoothClass btClass = mCachedDevice.getBtClass();
271 if (btClass != null) {
272 switch (btClass.getMajorDeviceClass()) {
280 return HidProfile.getHidClassDrawable(btClass);
294 int resId = profile.getDrawableResource(btClass);
299 if (btClass != null) {
300 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) {
304 if (btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) {
H A DHidProfile.java170 public int getDrawableResource(BluetoothClass btClass) { argument
171 if (btClass == null) {
174 return getHidClassDrawable(btClass);
177 static int getHidClassDrawable(BluetoothClass btClass) { argument
178 switch (btClass.getDeviceClass()) {
H A DOppProfile.java86 public int getDrawableResource(BluetoothClass btClass) { argument
H A DPbapServerProfile.java128 public int getDrawableResource(BluetoothClass btClass) { argument
H A DA2dpProfile.java198 public int getDrawableResource(BluetoothClass btClass) { argument
H A DCachedBluetoothDevice.java562 void setBtClass(BluetoothClass btClass) { argument
563 if (btClass != null && mBtClass != btClass) {
564 mBtClass = btClass;
H A DPanProfile.java155 public int getDrawableResource(BluetoothClass btClass) { argument
H A DBluetoothEventManager.java195 BluetoothClass btClass = intent.getParcelableExtra(BluetoothDevice.EXTRA_CLASS);
208 cachedDevice.setBtClass(btClass);
H A DHeadsetProfile.java202 public int getDrawableResource(BluetoothClass btClass) { argument
H A DMapProfile.java197 public int getDrawableResource(BluetoothClass btClass) { argument
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java333 BluetoothClass btClass = bdDevice.getBluetoothClass();
334 int btDeviceClass = btClass.getDeviceClass();

Completed in 122 milliseconds