Searched refs:NdefPushProtocol (Results 1 – 3 of 3) sorted by relevance
32 public class NdefPushProtocol { class43 public NdefPushProtocol(NdefMessage msg, byte action) { in NdefPushProtocol() method in NdefPushProtocol51 public NdefPushProtocol(byte[] actions, NdefMessage[] messages) { in NdefPushProtocol() method in NdefPushProtocol66 public NdefPushProtocol(byte[] data) throws FormatException { in NdefPushProtocol() method in NdefPushProtocol
98 NdefPushProtocol proto = new NdefPushProtocol(msg, NdefPushProtocol.ACTION_IMMEDIATE); in push()
99 NdefPushProtocol msg = new NdefPushProtocol(buffer.toByteArray()); in run()