Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java47 private Bundle[] mTechExtras; field in NativeNfcTag
535 if (mTechExtras != null) { in removeTechnology()
536 Bundle[] mNewTechExtras = new Bundle[mTechExtras.length - 1]; in removeTechnology()
537 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex); in removeTechnology()
539 mTechExtras, in removeTechnology()
543 mTechExtras.length - techIndex - 1); in removeTechnology()
544 mTechExtras = mNewTechExtras; in removeTechnology()
577 if (mTechExtras == null) { in addNdefTechnology()
588 mTechExtras = newTechExtras; in addNdefTechnology()
686 if (mTechExtras != null) return mTechExtras; in getTechExtras()
[all …]
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt529 Landroid/nfc/Tag;->mTechExtras:[Landroid/os/Bundle;