Searched defs:btClass (Results 1 - 8 of 8) 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 DOppProfile.java86 public int getDrawableResource(BluetoothClass btClass) { argument
H A DA2dpProfile.java159 public int getDrawableResource(BluetoothClass btClass) { argument
H A DHeadsetProfile.java191 public int getDrawableResource(BluetoothClass btClass) { argument
H A DHidProfile.java134 public int getDrawableResource(BluetoothClass btClass) { argument
135 if (btClass == null) {
138 return getHidClassDrawable(btClass);
141 static int getHidClassDrawable(BluetoothClass btClass) { argument
142 switch (btClass.getDeviceClass()) {
H A DPanProfile.java141 public int getDrawableResource(BluetoothClass btClass) { argument
H A DCachedBluetoothDevice.java505 void setBtClass(BluetoothClass btClass) { argument
506 if (btClass != null && mBtClass != btClass) {
507 mBtClass = btClass;

Completed in 717 milliseconds