Searched refs:mComplete (Results 1 – 4 of 4) sorted by relevance
94 private WeakReference<NetworkStatsCollection> mComplete; field in NetworkStatsRecorder149 if (mComplete != null) { in resetLocked()150 mComplete.clear(); in resetLocked()171 NetworkStatsCollection res = mComplete != null ? mComplete.get() : null; in getOrLoadCompleteLocked()174 mComplete = new WeakReference<NetworkStatsCollection>(res); in getOrLoadCompleteLocked()181 NetworkStatsCollection res = mComplete != null ? mComplete.get() : null; in getOrLoadPartialLocked()228 final NetworkStatsCollection complete = mComplete != null ? mComplete.get() : null; in recordSnapshotLocked()344 final NetworkStatsCollection complete = mComplete != null ? mComplete.get() : null; in removeUidsLocked()
96 boolean mComplete = false; field in GestureRecorder.Gesture111 mComplete = true; in add()119 return mComplete; in isComplete()
48 boolean mComplete; field in TransferPipe146 while (mFailure == null && !mComplete) { in go()260 mComplete = true; in run()
2086 private boolean mComplete; field in Instrumentation.SyncRunnable2095 mComplete = true; in run()2102 while (!mComplete) { in waitForComplete()