Searched refs:newa (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | IntentResolver.java | 567 F[] newa = newArray((N*3)/2); in addFilter() local 568 System.arraycopy(array, 0, newa, 0, N); in addFilter() 569 newa[N] = filter; in addFilter() 570 map.put(name, newa); in addFilter() 690 F[] newa = newArray(LAST+2); in remove_all_objects() local 691 System.arraycopy(array, 0, newa, 0, LAST+1); in remove_all_objects() 692 map.put(name, newa); in remove_all_objects()
|