Searched refs:newTechExtras (Results 1 – 1 of 1) sorted by relevance
561 Bundle[] newTechExtras = new Bundle[oldTechExtras.length + 1]; in addNdefTechnology() local562 System.arraycopy(oldTechExtras, 0, newTechExtras, 0, oldTechExtras.length); in addNdefTechnology()563 newTechExtras[oldTechExtras.length] = extras; in addNdefTechnology()564 mTechExtras = newTechExtras; in addNdefTechnology()