Searched refs:mAtomId (Results 1 – 4 of 4) sorted by relevance
233 private final int mAtomId; field in StatsEvent240 mAtomId = atomId; in StatsEvent()260 return mAtomId; in getAtomId()343 private int mAtomId; field in StatsEvent.Builder355 mAtomId = 0; in Builder()378 if (0 == mAtomId) { in setAtomId()379 mAtomId = atomId; in setAtomId()638 if (0 == mAtomId) { in build()654 mPos += mBuffer.putInt(mPos, mAtomId); in build()663 return new StatsEvent(mAtomId, mBuffer, mBuffer.getBytes(), size); in build()[all …]
538 public final int mAtomId; field in StatsManager.PullAtomCallbackInternal543 mAtomId = atomId; in PullAtomCallbackInternal()564 Log.w(TAG, "StatsPullResultReceiver failed for tag " + mAtomId in onPullAtom()570 Log.w(TAG, "StatsPullResultReceiver failed for tag " + mAtomId in onPullAtom()
90 mAtomId(atomId),331 writeFieldValueTreeToStream(mAtomId, *(atom.mFields), protoOutput); in onDumpReportLocked()
173 const int mAtomId; variable