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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java1942 * @param commandName the name of the command. For example, if the expected
1948 private void registerVendorSpecificCommand(String commandName, argument
1951 parser.register(commandName,
1952 new VendorSpecificCommandHandler(commandName, companyId));
2803 private VendorSpecificCommandHandler(String commandName, int companyId) { argument
2804 mCommandName = commandName;

Completed in 9 milliseconds