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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java1498 int companyId,
1513 + "." + Integer.toString(companyId));
1945 * @param companyId the Bluetooth SIG Company Identifier
1949 int companyId,
1952 new VendorSpecificCommandHandler(commandName, companyId));
2803 private VendorSpecificCommandHandler(String commandName, int companyId) { argument
2805 mCompanyId = companyId;
1497 broadcastVendorSpecificEventIntent(String command, int companyId, int commandType, Object[] arguments, BluetoothDevice device) argument
1948 registerVendorSpecificCommand(String commandName, int companyId, AtParser parser) argument

Completed in 10 milliseconds