Searched refs:NFC_PERM (Results 1 – 1 of 1) sorted by relevance
84 private static final String NFC_PERM = android.Manifest.permission.NFC; field in NfcService647 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in setForegroundDispatch()679 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in setForegroundNdefPush()685 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in getNfcTagInterface()711 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in close()734 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in connect()764 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in reconnect()787 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in getTechList()860 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in transceive()894 mContext.enforceCallingOrSelfPermission(NFC_PERM, NFC_PERM_ERROR); in ndefRead()[all …]