Home
last modified time | relevance | path

Searched defs:companyId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java466 private static Intent getVendorSpecificHeadsetEventIntent(String command, int companyId, in getVendorSpecificHeadsetEventIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1464 private void broadcastVendorSpecificEventIntent(String command, int companyId, int commandType, in broadcastVendorSpecificEventIntent()
1799 Integer companyId = VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.get(command); in processVendorSpecificAt() local