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

  /frameworks/base/core/java/com/android/internal/app/procstats/
DurationsTable.java 48 final int key = getOrAddKey((byte)state, 1);
PssTable.java 64 final int key = getOrAddKey((byte)state, PSS_COUNT);
SparseMappingTable.java 42 * getOrAddKey, an int key is returned. That key can be re-retreived with getKey without
98 final int myKey = this.getOrAddKey((byte)id, valueCount);
118 public int getOrAddKey(byte id, int count) {
176 * @param key A key as obtained from getKey or getOrAddKey.
186 * @param key A key as obtained from getKey or getOrAddKey.
188 * provided to getOrAddKey when the space was allocated.
222 * provided to getOrAddKey when the space was allocated.
256 * @param key A key as obtained from getKey or getOrAddKey.
266 * @param key A key as obtained from getKey or getOrAddKey.
268 * provided to getOrAddKey when the space was allocated
    [all...]
SysMemUsageTable.java 82 final int key = getOrAddKey((byte)state, SYS_MEM_USAGE_COUNT);
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
SparseMappingTableTest.java 81 key = table.getOrAddKey(ID1, 1);
84 key = table.getOrAddKey(ID2, 1);
122 key = table.getOrAddKey(ID1, 1);
128 key = table.getOrAddKey(ID2, 1);
174 key = table.getOrAddKey(ID1, 1);

Completed in 57 milliseconds