Searched refs:oldTechExtras (Results 1 – 1 of 1) sorted by relevance
560 Bundle[] oldTechExtras = getTechExtras(); in addNdefTechnology() local561 Bundle[] newTechExtras = new Bundle[oldTechExtras.length + 1]; in addNdefTechnology()562 System.arraycopy(oldTechExtras, 0, newTechExtras, 0, oldTechExtras.length); in addNdefTechnology()563 newTechExtras[oldTechExtras.length] = extras; in addNdefTechnology()