/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
D | BluetoothScanner.java | 46 public static class Device { class in BluetoothScanner 98 public void onScanningStopped(ArrayList<Device> devices) { in onScanningStopped() 100 public void onDeviceAdded(Device device) { in onDeviceAdded() 102 public void onDeviceChanged(Device device) { in onDeviceChanged() 104 public void onDeviceRemoved(Device device) { in onDeviceRemoved() 153 public static void removeDevice(Device device) { in removeDevice() 165 public final ArrayList<Device> devices; 179 private final ArrayList<Device> mPresentDevices = new ArrayList<>(); 232 Device target = mPresentDevices.get(i); in startListening() 319 Device d = mPresentDevices.get(i); in removeDevice() [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | A2dpDeviceCriteria.java | 30 return majorDeviceClass == BluetoothClass.Device.Major.AUDIO_VIDEO; in isMatchingMajorDeviceClass() 36 return (majorMinorClass == BluetoothClass.Device.AUDIO_VIDEO_UNCATEGORIZED || in isMatchingDeviceClass() 37 majorMinorClass == BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET || in isMatchingDeviceClass() 38 majorMinorClass == BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES || in isMatchingDeviceClass() 39 majorMinorClass == BluetoothClass.Device.AUDIO_VIDEO_LOUDSPEAKER || in isMatchingDeviceClass() 40 majorMinorClass == BluetoothClass.Device.AUDIO_VIDEO_PORTABLE_AUDIO || in isMatchingDeviceClass() 41 majorMinorClass == BluetoothClass.Device.AUDIO_VIDEO_HIFI_AUDIO in isMatchingDeviceClass()
|
D | AccessoryUtils.java | 32 if (devClass == BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET) { in getImageIdForDevice() 34 } else if (devClass == BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES || in getImageIdForDevice() 35 devClass == BluetoothClass.Device.AUDIO_VIDEO_LOUDSPEAKER || in getImageIdForDevice() 36 devClass == BluetoothClass.Device.AUDIO_VIDEO_PORTABLE_AUDIO || in getImageIdForDevice() 37 devClass == BluetoothClass.Device.AUDIO_VIDEO_HIFI_AUDIO) { in getImageIdForDevice()
|
D | BluetoothDevicePairer.java | 151 public void onDeviceAdded(BluetoothScanner.Device device) { 159 public void onDeviceRemoved(BluetoothScanner.Device device) { 650 case BluetoothClass.Device.Major.PERIPHERAL: in getBluetoothConnector() 653 case BluetoothClass.Device.Major.AUDIO_VIDEO: in getBluetoothConnector()
|
D | InputDeviceCriteria.java | 38 return majorDeviceClass == BluetoothClass.Device.Major.PERIPHERAL; in isMatchingMajorDeviceClass()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | AccountService.java | 28 import com.android.emailcommon.Device; 66 return Device.getDeviceId(mContext); 80 Device.getDeviceId(this); in onBind()
|
/packages/apps/Email/tests/src/com/android/emailcommon/ |
D | DeviceTests.java | 39 final String deviceId = Device.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId() 40 final String deviceId2 = Device.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePreference.java | 261 case BluetoothClass.Device.Major.COMPUTER: in getBtClassDrawableWithDescription() 264 case BluetoothClass.Device.Major.PHONE: in getBtClassDrawableWithDescription() 267 case BluetoothClass.Device.Major.PERIPHERAL: in getBtClassDrawableWithDescription() 271 case BluetoothClass.Device.Major.IMAGING: in getBtClassDrawableWithDescription()
|
D | BluetoothPairingDialog.java | 205 == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { in createPinEntryView() 281 == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { in createView()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | bluetooth.proto | 33 // Device type. 46 // Device class 50 // Device type.
|
D | BondStateMachine.java | 233 if (btDeviceClass == BluetoothClass.Device.PERIPHERAL_KEYBOARD || in processMessage() 234 btDeviceClass == BluetoothClass.Device.PERIPHERAL_KEYBOARD_POINTING) { in processMessage()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
D | EmailServiceProxy.java | 25 import com.android.emailcommon.Device; 88 Device.getDeviceId(_context); in EmailServiceProxy()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ActivityMusic.java | 195 if ((deviceClass == BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES) 196 || (deviceClass == BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET)) { 205 if ((deviceClass == BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES) 206 || (deviceClass == BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET)) {
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
D | Device.java | 33 public class Device { class
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSetupCredentialsFragment.java | 39 import com.android.emailcommon.Device; 209 deviceId = Device.getDeviceId(getActivity()); in onActivityCreated()
|
D | AccountSetupIncomingFragment.java | 46 import com.android.emailcommon.Device; 448 deviceId = Device.getDeviceId(mAppContext); in onUseSslChanged()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 40612 01-13 23:19:11.064 2653 2684 D bt_bte_conf: Device ID record 1 : primary 41647 01-13 23:19:40.246 2002 2002 I BluetoothClassifier: Bluetooth Device Name: Nexus 5X 85329 Device not available------------------------------------------------------------------------------- 85972 Device battery use since last full charge 88097 Current Device Policy Manager state: 88099 Enabled Device Admins (User 0): 90964 Device -1: Virtual 90980 Device 1: reverse 90996 Device 2: pmic8xxx_pwrkey 91012 Device 3: gpio-keys [all …]
|