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
745
NdefMessage
ndefMsg
= null;
798
ndefMsg
= new NdefMessage(buff);
799
addNdefTechnology(
ndefMsg
,
814
ndefMsg
= null;
826
if (
ndefMsg
== null && foundFormattable) {
834
return
ndefMsg
;
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java
730
NdefMessage
ndefMsg
= null;
783
ndefMsg
= new NdefMessage(buff);
784
addNdefTechnology(
ndefMsg
,
799
ndefMsg
= null;
811
if (
ndefMsg
== null && foundFormattable) {
819
return
ndefMsg
;
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
[
all
...]
Completed in 508 milliseconds