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 319 public boolean canMakeReadOnly(int ndefType) {
320 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2 ||
321 ndefType == Ndef.TYPE_MIFARE_CLASSIC);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 255 public boolean canMakeReadOnly(int ndefType) {
256 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2);
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 974 jint ndefType = NDEF_UNKNOWN_TYPE;
980 ndefType = NDEF_TYPE1_TAG;
983 ndefType = NDEF_TYPE2_TAG;;
986 ndefType = NDEF_TYPE3_TAG;
989 ndefType = NDEF_TYPE4_TAG;
992 ndefType = NDEF_UNKNOWN_TYPE;
995 ndefType = NDEF_UNKNOWN_TYPE;
998 ndefType = NDEF_UNKNOWN_TYPE;
1001 ALOGD ("%s: exit; ndef type=%d", __FUNCTION__, ndefType);
1002 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 56 milliseconds