Searched refs:oldTechExtras (Results 1 – 1 of 1) sorted by relevance
549 Bundle[] oldTechExtras = getTechExtras(); in addNdefTechnology() local550 Bundle[] newTechExtras = new Bundle[oldTechExtras.length + 1]; in addNdefTechnology()551 System.arraycopy(oldTechExtras, 0, newTechExtras, 0, oldTechExtras.length); in addNdefTechnology()552 newTechExtras[oldTechExtras.length] = extras; in addNdefTechnology()