OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NdefPushProtocol
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java
98
NdefPushProtocol
proto = new
NdefPushProtocol
(msg,
NdefPushProtocol
.ACTION_IMMEDIATE);
NdefPushProtocol.java
32
public class
NdefPushProtocol
{
43
public
NdefPushProtocol
(NdefMessage msg, byte action) {
51
public
NdefPushProtocol
(byte[] actions, NdefMessage[] messages) {
66
public
NdefPushProtocol
(byte[] data) throws FormatException {
NdefPushServer.java
99
NdefPushProtocol
msg = new
NdefPushProtocol
(buffer.toByteArray());
Completed in 218 milliseconds