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 278 public boolean canMakeReadOnly(int ndefType) {
279 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2 ||
280 ndefType == Ndef.TYPE_MIFARE_CLASSIC);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 220 public boolean canMakeReadOnly(int ndefType) {
221 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2);
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 948 jint ndefType = NDEF_UNKNOWN_TYPE;
954 ndefType = NDEF_TYPE1_TAG;
957 ndefType = NDEF_TYPE2_TAG;;
960 ndefType = NDEF_TYPE3_TAG;
963 ndefType = NDEF_TYPE4_TAG;
966 ndefType = NDEF_UNKNOWN_TYPE;
969 ndefType = NDEF_UNKNOWN_TYPE;
972 ndefType = NDEF_UNKNOWN_TYPE;
975 ALOGD ("%s: exit; ndef type=%d", __FUNCTION__, ndefType);
976 return ndefType;
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 899 jint ndefType = NDEF_UNKNOWN_TYPE;
903 ndefType = NDEF_TYPE1_TAG;
906 ndefType = NDEF_TYPE2_TAG;;
909 ndefType = NDEF_TYPE3_TAG;
915 ndefType = NDEF_TYPE4_TAG;
919 ndefType = NDEF_TYPE2_TAG;
921 ndefType = NDEF_MIFARE_CLASSIC_TAG;
925 ndefType = NDEF_ICODE_SLI_TAG;
928 ndefType = NDEF_UNKNOWN_TYPE;
931 return ndefType;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 280 milliseconds