Searched refs:toArrayHelper (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DMapCollections.java331 return toArrayHelper(0);
336 return toArrayHelper(array, 0);
447 return toArrayHelper(1);
452 return toArrayHelper(array, 1);
486 public Object[] toArrayHelper(int offset) { method in class:MapCollections
495 public <T> T[] toArrayHelper(T[] array, int offset) { method in class:MapCollections
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java329 return toArrayHelper(0);
334 return toArrayHelper(array, 0);
445 return toArrayHelper(1);
450 return toArrayHelper(array, 1);
485 public Object[] toArrayHelper(int offset) { method in class:MapCollections
494 public <T> T[] toArrayHelper(T[] array, int offset) { method in class:MapCollections

Completed in 33 milliseconds