Searched refs:ndefType (Results 1 – 3 of 3) sorted by relevance
1079 jint ndefType = NDEF_UNKNOWN_TYPE; in nativeNfcTag_doGetNdefType() local1085 ndefType = NDEF_TYPE1_TAG; in nativeNfcTag_doGetNdefType()1089 ndefType = NDEF_TYPE2_TAG; in nativeNfcTag_doGetNdefType()1093 ndefType = NDEF_TYPE3_TAG; in nativeNfcTag_doGetNdefType()1097 ndefType = NDEF_TYPE4_TAG; in nativeNfcTag_doGetNdefType()1101 ndefType = NDEF_MIFARE_CLASSIC_TAG; in nativeNfcTag_doGetNdefType()1106 ndefType = NDEF_UNKNOWN_TYPE; in nativeNfcTag_doGetNdefType()1108 ALOGV("%s: exit; ndef type=%d", __func__, ndefType); in nativeNfcTag_doGetNdefType()1109 return ndefType; in nativeNfcTag_doGetNdefType()
265 public boolean canMakeReadOnly(int ndefType) { in canMakeReadOnly() argument266 return (ndefType == Ndef.TYPE_1 || ndefType == Ndef.TYPE_2); in canMakeReadOnly()
1436 public boolean canMakeReadOnly(int ndefType) throws RemoteException { in canMakeReadOnly() argument1437 return mDeviceHost.canMakeReadOnly(ndefType); in canMakeReadOnly()