Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 17 of 17) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java46 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/
DA2dpDeviceCriteria.java30 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()
DAccessoryUtils.java32 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()
DBluetoothDevicePairer.java151 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()
DInputDeviceCriteria.java38 return majorDeviceClass == BluetoothClass.Device.Major.PERIPHERAL; in isMatchingMajorDeviceClass()
/packages/apps/Email/provider_src/com/android/email/service/
DAccountService.java28 import com.android.emailcommon.Device;
66 return Device.getDeviceId(mContext);
80 Device.getDeviceId(this); in onBind()
/packages/apps/Email/tests/src/com/android/emailcommon/
DDeviceTests.java39 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/
DBluetoothDevicePreference.java261 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()
DBluetoothPairingDialog.java205 == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { in createPinEntryView()
281 == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { in createView()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Dbluetooth.proto33 // Device type.
46 // Device class
50 // Device type.
DBondStateMachine.java233 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/
DEmailServiceProxy.java25 import com.android.emailcommon.Device;
88 Device.getDeviceId(_context); in EmailServiceProxy()
/packages/apps/MusicFX/src/com/android/musicfx/
DActivityMusic.java195 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/
DDevice.java33 public class Device { class
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupCredentialsFragment.java39 import com.android.emailcommon.Device;
209 deviceId = Device.getDeviceId(getActivity()); in onActivityCreated()
DAccountSetupIncomingFragment.java46 import com.android.emailcommon.Device;
448 deviceId = Device.getDeviceId(mAppContext); in onUseSslChanged()
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt40612 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 …]