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

  /frameworks/base/cmds/statsd/src/
HashableDimensionKey.h 82 : mDimensionKeyInWhat(dimensionKeyInWhat),
88 : mDimensionKeyInWhat(that.getDimensionKeyInWhat()),
96 return mDimensionKeyInWhat;
116 HashableDimensionKey mDimensionKeyInWhat;
HashableDimensionKey.cpp 179 return mDimensionKeyInWhat == that.getDimensionKeyInWhat() &&
184 return mDimensionKeyInWhat.toString() + mDimensionKeyInCondition.toString();
188 if (mDimensionKeyInWhat < that.getDimensionKeyInWhat()) {
190 } else if (that.getDimensionKeyInWhat() < mDimensionKeyInWhat) {

Completed in 472 milliseconds