Searched refs:inflight (Results 1 – 3 of 3) sorted by relevance
4537 final InFlight inflight = mInFlight.get(i); in removeLocked() local4538 if (inflight.mPendingIntent == pi) { in removeLocked()4540 notifyBroadcastAlarmCompleteLocked(inflight.mUid); in removeLocked()4559 private void updateStatsLocked(InFlight inflight) { in updateStatsLocked() argument4561 BroadcastStats bs = inflight.mBroadcastStats; in updateStatsLocked()4567 FilterStats fs = inflight.mFilterStats; in updateStatsLocked()4574 ActivityManager.noteAlarmFinish(inflight.mPendingIntent, inflight.mWorkSource, in updateStatsLocked()4575 inflight.mUid, inflight.mTag); in updateStatsLocked()4579 private void updateTrackingLocked(InFlight inflight) { in updateTrackingLocked() argument4580 if (inflight != null) { in updateTrackingLocked()[all …]
95 * produced from this repeating request. If there are no inflight
25 …nce the physics animations internally use SpringForce instances to hold inflight animation values,…