Searched refs:mNewTechExtras (Results 1 – 1 of 1) sorted by relevance
509 Bundle[] mNewTechExtras = new Bundle[mTechExtras.length - 1]; in removeTechnology() local510 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex); in removeTechnology()511 System.arraycopy(mTechExtras, techIndex + 1, mNewTechExtras, techIndex, in removeTechnology()513 mTechExtras = mNewTechExtras; in removeTechnology()