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

  /frameworks/base/core/java/com/android/internal/app/procstats/
DurationsTable.java 23 public class DurationsTable extends SparseMappingTable.Table {
24 public DurationsTable(SparseMappingTable tableData) {
37 this.addDuration(SparseMappingTable.getIdFromKey(key), from.getValue(key));
55 if (key != SparseMappingTable.INVALID_KEY) {
SparseMappingTable.java 45 public class SparseMappingTable {
46 private static final String TAG = "SparseMappingTable";
68 * A table of data as stored in a SparseMappingTable.
71 private SparseMappingTable mParent;
76 public Table(SparseMappingTable parent) {
96 final byte id = SparseMappingTable.getIdFromKey(theirKey);
112 * SparseMappingTable.ARRAY_SIZE.
377 logOrThrow("Sequence mismatch. SparseMappingTable.reset()"
383 + " called but not SparseMappingTable.reset() -- "
444 sb.append("SparseMappingTable.Table{mSequence=")
    [all...]

Completed in 44 milliseconds