Searched refs:mTechExtras (Results 1 – 3 of 3) sorted by relevance
49 private Bundle[] mTechExtras; field in NativeNfcTag518 if (mTechExtras != null) in removeTechnology()520 Bundle[] mNewTechExtras = new Bundle[mTechExtras.length - 1]; in removeTechnology()523 mTechExtras.length - techIndex - 1); in removeTechnology()524 mTechExtras = mNewTechExtras; in removeTechnology()552 if (mTechExtras == null) { in addNdefTechnology()564 mTechExtras = newTechExtras; in addNdefTechnology()661 if (mTechExtras != null) return mTechExtras; in getTechExtras()662 mTechExtras = new Bundle[mTechList.length]; in getTechExtras()745 mTechExtras[i] = extras; in getTechExtras()[all …]
119 final Bundle[] mTechExtras; field in Tag138 mTechExtras = Arrays.copyOf(techListExtras, techList.length); in Tag()358 return mTechExtras[pos]; in getTechExtras()417 dest.writeTypedArray(mTechExtras, 0); in writeToParcel()
37688 Landroid/nfc/Tag;->mTechExtras:[Landroid/os/Bundle;