Searched refs:mTechExtras (Results 1 – 2 of 2) sorted by relevance
47 private Bundle[] mTechExtras; field in NativeNfcTag535 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 …]
529 Landroid/nfc/Tag;->mTechExtras:[Landroid/os/Bundle;