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 277 public boolean canMakeReadOnly(int ndefType) {
278 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2 ||
279 ndefType == Ndef.TYPE_MIFARE_CLASSIC);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 218 public boolean canMakeReadOnly(int ndefType) {
219 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2);
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 946 jint ndefType = NDEF_UNKNOWN_TYPE;
952 ndefType = NDEF_TYPE1_TAG;
955 ndefType = NDEF_TYPE2_TAG;;
958 ndefType = NDEF_TYPE3_TAG;
961 ndefType = NDEF_TYPE4_TAG;
964 ndefType = NDEF_UNKNOWN_TYPE;
967 ndefType = NDEF_UNKNOWN_TYPE;
970 ndefType = NDEF_UNKNOWN_TYPE;
973 ALOGD ("%s: exit; ndef type=%d", __FUNCTION__, ndefType);
974 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 176 milliseconds