Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1492 private void broadcastVendorSpecificEventIntent(String command, int companyId, int commandType, in broadcastVendorSpecificEventIntent() argument
1502 + Integer.toString(companyId)); in broadcastVendorSpecificEventIntent()
1836 Integer companyId = VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.get(command); in processVendorSpecificAt() local
1837 if (companyId == null) { in processVendorSpecificAt()
1854 broadcastVendorSpecificEventIntent(command, companyId, BluetoothHeadset.AT_CMD_TYPE_SET, in processVendorSpecificAt()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java462 private static Intent getVendorSpecificHeadsetEventIntent(String command, int companyId, in getVendorSpecificHeadsetEventIntent() argument
471 + Integer.toString(companyId)); in getVendorSpecificHeadsetEventIntent()