HomeSort by relevance Sort by last modified time
    Searched refs:getEmptyCacheSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/tests/unit/src/com/android/tv/util/
MultiLongSparseArrayTest.java 54 assertEquals(0, sparseArray.getEmptyCacheSize());
57 assertEquals(1, sparseArray.getEmptyCacheSize());
59 assertEquals(0, sparseArray.getEmptyCacheSize());
65 assertEquals(0, sparseArray.getEmptyCacheSize());
73 sparseArray.getEmptyCacheSize());
75 assertEquals(0, sparseArray.getEmptyCacheSize());
81 assertEquals(0, sparseArray.getEmptyCacheSize());
91 sparseArray.getEmptyCacheSize());
97 sparseArray.getEmptyCacheSize());
  /packages/apps/TV/src/com/android/tv/util/
MultiLongSparseArray.java 95 int getEmptyCacheSize() {
116 return mSparseArray.toString() + "(emptyCacheSize=" + getEmptyCacheSize() + ")";

Completed in 91 milliseconds