HomeSort by relevance Sort by last modified time
    Searched refs:ndefType (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/nfc/
INfcTag.aidl 46 boolean canMakeReadOnly(int ndefType);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 289 public boolean canMakeReadOnly(int ndefType) {
290 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2 ||
291 ndefType == Ndef.TYPE_MIFARE_CLASSIC);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 239 public boolean canMakeReadOnly(int ndefType) {
240 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2);
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 945 jint ndefType = NDEF_UNKNOWN_TYPE;
951 ndefType = NDEF_TYPE1_TAG;
954 ndefType = NDEF_TYPE2_TAG;;
957 ndefType = NDEF_TYPE3_TAG;
960 ndefType = NDEF_TYPE4_TAG;
963 ndefType = NDEF_UNKNOWN_TYPE;
966 ndefType = NDEF_UNKNOWN_TYPE;
969 ndefType = NDEF_UNKNOWN_TYPE;
972 ALOGD ("%s: exit; ndef type=%d", __FUNCTION__, ndefType);
973 return ndefType;
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 898 jint ndefType = NDEF_UNKNOWN_TYPE;
902 ndefType = NDEF_TYPE1_TAG;
905 ndefType = NDEF_TYPE2_TAG;;
908 ndefType = NDEF_TYPE3_TAG;
914 ndefType = NDEF_TYPE4_TAG;
918 ndefType = NDEF_TYPE2_TAG;
920 ndefType = NDEF_MIFARE_CLASSIC_TAG;
924 ndefType = NDEF_ICODE_SLI_TAG;
927 ndefType = NDEF_UNKNOWN_TYPE;
930 return ndefType;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 298 milliseconds