Searched refs:write_tag (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/nfc/
H A Dconsole.py400 def write_tag(self, tag, record_type, params): member in class:NfcClient
565 print_message('Usage: write_tag <tag> Text <encoding> '
578 print_message('Usage: write_tag <tag> URI <uri>')
588 """Handles "write_tag"."""
591 print_message('Usage: write_tag <tag> [params]')
597 self._nfc_client.write_tag(NEARD_PATH + args[0],
601 """Prints the help message for "write_tag"."""
603 ' write_tag <tag> Text <encoding> <language> '
604 '<representation>\n write_tag <tag> URI <uri>')

Completed in 75 milliseconds