Searched refs:mPendingFgsNotifications (Results 1 – 1 of 1) sorted by relevance
426 final ArrayList<ServiceRecord> mPendingFgsNotifications = new ArrayList<>(); field in ActiveServices3153 for (int i = 0; i < mPendingFgsNotifications.size(); i++) { in startFgsDeferralTimerLocked()3154 final ServiceRecord pending = mPendingFgsNotifications.get(i); in startFgsDeferralTimerLocked()3178 mPendingFgsNotifications.add(r); in startFgsDeferralTimerLocked()3201 for (int i = mPendingFgsNotifications.size() - 1; i >= 0; i--) {3202 final ServiceRecord r = mPendingFgsNotifications.get(i);3208 mPendingFgsNotifications.remove(i);3224 + mPendingFgsNotifications.size() + " remaining");3249 for (int i = mPendingFgsNotifications.size() - 1; i >= 0; i--) { in removeServiceNotificationDeferralsLocked()3250 final ServiceRecord r = mPendingFgsNotifications.get(i); in removeServiceNotificationDeferralsLocked()[all …]