Searched refs:inflight (Results 1 – 3 of 3) sorted by relevance
5217 final InFlight inflight = mInFlight.get(i); in removeLocked() local5218 if (inflight.mPendingIntent == pi) { in removeLocked()5220 notifyBroadcastAlarmCompleteLocked(inflight.mUid); in removeLocked()5240 private void updateStatsLocked(InFlight inflight) { in updateStatsLocked() argument5242 BroadcastStats bs = inflight.mBroadcastStats; in updateStatsLocked()5248 FilterStats fs = inflight.mFilterStats; in updateStatsLocked()5255 mActivityManagerInternal.noteAlarmFinish(inflight.mPendingIntent, in updateStatsLocked()5256 inflight.mWorkSource, inflight.mUid, inflight.mTag); in updateStatsLocked()5260 private void updateTrackingLocked(InFlight inflight) { in updateTrackingLocked() argument5261 if (inflight != null) { in updateTrackingLocked()[all …]
95 * produced from this repeating request. If there are no inflight
29 …nce the physics animations internally use SpringForce instances to hold inflight animation values,…