Searched refs:mNewTechExtras (Results 1 – 1 of 1) sorted by relevance
520 Bundle[] mNewTechExtras = new Bundle[mTechExtras.length - 1]; in removeTechnology() local521 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex); in removeTechnology()522 System.arraycopy(mTechExtras, techIndex + 1, mNewTechExtras, techIndex, in removeTechnology()524 mTechExtras = mNewTechExtras; in removeTechnology()