OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndefMsg
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java
726
NdefMessage
ndefMsg
= null;
779
ndefMsg
= new NdefMessage(buff);
780
addNdefTechnology(
ndefMsg
,
795
ndefMsg
= null;
806
if (
ndefMsg
== null && foundFormattable) {
814
return
ndefMsg
;
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java
718
NdefMessage
ndefMsg
= null;
771
ndefMsg
= new NdefMessage(buff);
772
addNdefTechnology(
ndefMsg
,
787
ndefMsg
= null;
799
if (
ndefMsg
== null && foundFormattable) {
807
return
ndefMsg
;
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
[
all
...]
Completed in 93 milliseconds