Home
last modified time | relevance | path

Searched defs:vendorId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java383 private void runSupportedVendorAtCommand(String atCommand, int vendorId) { in runSupportedVendorAtCommand()
409 int vendorId = BluetoothAssignedNumbers.APPLE; in testSupportedVendorAtCommandSet() local
420 int vendorId = BluetoothAssignedNumbers.APPLE; in testSupportedVendorAtCommandRead() local
426 public void runUnsupportedVendorAtCommand(String atCommand, int vendorId) { in runUnsupportedVendorAtCommand()
451 int vendorId = BluetoothAssignedNumbers.APPLE; in testUnsupportedVendorAtCommandBadCode() local
463 int vendorId = BluetoothAssignedNumbers.APPLE; in testUnsupportedVendorAtCommandBackToBack() local
470 private void runSupportedVendorEvent(int vendorId, String vendorEventCode, in runSupportedVendorEvent()
508 final int vendorId = BluetoothAssignedNumbers.APPLE; in testSupportedVendorEventReadResponse() local
520 final int vendorId = BluetoothAssignedNumbers.APPLE; in testSupportedVendorEventTestResponse() local
527 public void runUnsupportedVendorEvent(int vendorId, String vendorEventCode, in runUnsupportedVendorEvent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java77 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand()
145 Integer vendorId = SUPPORTED_VENDOR_EVENTS.get(eventCode); in processEvent() local
156 private void broadcastVendorSpecificEventIntent(int vendorId, String vendorEventCode, in broadcastVendorSpecificEventIntent()
DHeadsetClientService.java440 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand()
890 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand()
DHeadsetClientStateMachine.java1150 int vendorId = message.arg1; in processMessage() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeVendorPayload.java33 public final byte[] vendorId; field in IkeVendorPayload
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbDeviceFilter.java88 int vendorId = -1; in read() local
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java922 String vendorId = null; in decodeFullPacket() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1879 String vendorId = deviceInfo[0]; in processAtXapl() local