Home
last modified time | relevance | path

Searched refs:mNfcAr (Results 1 – 1 of 1) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/security/gpac/
DAR_DO.java51 private NFC_AR_DO mNfcAr = null; field in AR_DO
61 mNfcAr = nfcArDo; in AR_DO()
68 mNfcAr = nfcArDo; in AR_DO()
75 mNfcAr = null; in AR_DO()
84 return mNfcAr; in getNfcArDo()
106 this.mNfcAr = null; in interpret()
123 mNfcAr = new NFC_AR_DO(data, temp.getValueIndex(), temp.getValueLength()); in interpret()
124 mNfcAr.interpret(); in interpret()
136 if (mApduAr == null && mNfcAr == null && mPermAr == null) { in interpret()
163 if (mNfcAr != null) { in build()
[all …]