Home
last modified time | relevance | path

Searched refs:NdefMessage (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/nfc/
DNdefMessage.java61 public final class NdefMessage implements Parcelable { class
94 public NdefMessage(byte[] data) throws FormatException { in NdefMessage() method in NdefMessage
111 public NdefMessage(NdefRecord record, NdefRecord ... records) { in NdefMessage() method in NdefMessage
131 public NdefMessage(NdefRecord[] records) { in NdefMessage() method in NdefMessage
216 public static final Parcelable.Creator<NdefMessage> CREATOR =
217 new Parcelable.Creator<NdefMessage>() {
219 public NdefMessage createFromParcel(Parcel in) {
223 return new NdefMessage(records);
226 public NdefMessage[] newArray(int size) {
227 return new NdefMessage[size];
[all …]
DBeamShareData.java16 public final NdefMessage ndefMessage;
21 public BeamShareData(NdefMessage msg, Uri[] uris, UserHandle userHandle, int flags) { in BeamShareData()
50 NdefMessage msg = source.readParcelable(NdefMessage.class.getClassLoader());
DINfcTag.aidl19 import android.nfc.NdefMessage;
36 NdefMessage ndefRead(int nativeHandle); in ndefRead()
37 int ndefWrite(int nativeHandle, in NdefMessage msg); in ndefWrite()
DNdefMessage.aidl19 parcelable NdefMessage;
DNfcAdapter.java378 public NdefMessage createNdefMessage(NfcEvent event); in createNdefMessage()
959 public void setNdefPushMessage(NdefMessage message, Activity activity, in setNdefPushMessage()
989 public void setNdefPushMessage(NdefMessage message, Activity activity, int flags) { in setNdefPushMessage()
1373 public void enableForegroundNdefPush(Activity activity, NdefMessage message) { in enableForegroundNdefPush()
DINfcAdapter.aidl22 import android.nfc.NdefMessage;
DNfcActivityManager.java113 NdefMessage ndefMessage = null; // static NDEF message
283 public void setNdefPushMessage(Activity activity, NdefMessage message, int flags) { in setNdefPushMessage()
360 NdefMessage message; in createBeamShareData()
DNdefRecord.java723 NdefMessage nestedMessage = new NdefMessage(mPayload); in toUri()
/frameworks/base/core/java/android/nfc/tech/
DNdef.java22 import android.nfc.NdefMessage;
129 private final NdefMessage mNdefMsg;
184 public NdefMessage getCachedNdefMessage() { in getCachedNdefMessage()
265 public NdefMessage getNdefMessage() throws IOException, FormatException { in getNdefMessage()
275 NdefMessage msg = tagService.ndefRead(serviceHandle); in getNdefMessage()
305 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException { in writeNdefMessage()
DNdefFormatable.java22 import android.nfc.NdefMessage;
93 public void format(NdefMessage firstMessage) throws IOException, FormatException { in format()
115 public void formatReadOnly(NdefMessage firstMessage) throws IOException, FormatException { in formatReadOnly()
119 /*package*/ void format(NdefMessage firstMessage, boolean makeReadOnly) throws IOException, in format()
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd103 <p>NDEF data is encapsulated inside a message ({@link android.nfc.NdefMessage}) that contains one
124 android.nfc.NdefMessage} to determine how to interpret the entire NDEF message (an NDEF message can
496 msgs = new NdefMessage[rawMsgs.length];
498 msgs[i] = (NdefMessage) rawMsgs[i];
745 do is embed the AAR anywhere in your {@link android.nfc.NdefMessage}. You do not want
746 to use the first record of your {@link android.nfc.NdefMessage}, unless the AAR is the only
747 record in the {@link android.nfc.NdefMessage}. This is because the Android
748 system checks the first record of an {@link android.nfc.NdefMessage} to determine the MIME type or
753 NdefMessage msg = new NdefMessage(
776 {@link android.nfc.NdefMessage} to set as the message to beam. Automatically beams the message
[all …]
Dadvanced-nfc.jd26 in parsing the message and delivering it in an {@link android.nfc.NdefMessage} when
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd89 <li>{@link android.nfc.NdefMessage}, which represents an NDEF data message,
97 {@link android.nfc.NdefMessage}, which describes the type of data being shared
Dandroid-4.0.jd543 android.nfc.NdefMessage} that contains the information you want to share while your activity is in
544 the foreground. You must then pass the {@link android.nfc.NdefMessage} to the system in one of two
548 <li>Define a single {@link android.nfc.NdefMessage} to push while in the activity:
551 android.nfc.NdefMessage} during your activity’s {@link android.app.Activity#onCreate onCreate()}
553 foreground, the system sends the {@link android.nfc.NdefMessage} to the other device.</p></li>
555 <li>Define the {@link android.nfc.NdefMessage} to push at the time that Android Beam is initiated:
559 method returns the {@link android.nfc.NdefMessage} you want to send. Then pass the {@link
565 the {@link android.nfc.NdefMessage} you want to send. This allows you to define the {@link
566 android.nfc.NdefMessage} to deliver only once Android Beam is initiated, in case the contents
580 android.nfc.NdefRecord} in the {@link android.nfc.NdefMessage}. For the activity you want to
[all …]
Dandroid-2.3.jd101 <li>{@link android.nfc.NdefMessage}, which represents an NDEF data message,
106 {@link android.nfc.NdefMessage}, which describes the type of data being shared and
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt62 NO DOC BLOCK: android.nfc.NdefMessage Constructor (android.nfc.NdefRecord, android.nfc.NdefRecord..…
139 NO DOC BLOCK: android.nfc.NdefMessage Method getByteArrayLength()
/frameworks/base/
DAndroid.mk578 frameworks/base/core/java/android/nfc/NdefMessage.aidl \
/frameworks/base/api/
Dsystem-current.txt19909 public final class NdefMessage implements android.os.Parcelable {
19910 ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
19911 ctor public NdefMessage(android.nfc.NdefRecord, android.nfc.NdefRecord...);
19912 ctor public NdefMessage(android.nfc.NdefRecord[]);
19918 field public static final android.os.Parcelable.Creator<android.nfc.NdefMessage> CREATOR;
19966 …hod public deprecated void enableForegroundNdefPush(android.app.Activity, android.nfc.NdefMessage);
19976 …method public void setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, android.app.A…
19977 method public void setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, int);
20008 method public abstract android.nfc.NdefMessage createNdefMessage(android.nfc.NfcEvent);
20165 method public android.nfc.NdefMessage getCachedNdefMessage();
[all …]
Dcurrent.txt18342 public final class NdefMessage implements android.os.Parcelable {
18343 ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
18344 ctor public NdefMessage(android.nfc.NdefRecord, android.nfc.NdefRecord...);
18345 ctor public NdefMessage(android.nfc.NdefRecord[]);
18351 field public static final android.os.Parcelable.Creator<android.nfc.NdefMessage> CREATOR;
18394 …hod public deprecated void enableForegroundNdefPush(android.app.Activity, android.nfc.NdefMessage);
18402 …method public void setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, android.app.A…
18432 method public abstract android.nfc.NdefMessage createNdefMessage(android.nfc.NfcEvent);
18585 method public android.nfc.NdefMessage getCachedNdefMessage();
18587 …method public android.nfc.NdefMessage getNdefMessage() throws android.nfc.FormatException, java.io…
[all …]
/frameworks/base/docs/html/
Dsitemap.txt3373 http://developer.android.com/reference/android/nfc/NdefMessage.html
5510 http://developer.android.com/sdk/api_diff/16/changes/android.nfc.NdefMessage.html