Searched refs:removePending (Results 1 – 3 of 3) sorted by relevance
158 void removePending(int allWorkTypes) { in removePending() method in WorkCountTrackerTest.Jobs238 jobs.removePending(pendingMultiType); in startPendingJobs()
5636 public boolean removePending; field in ActivityThread.ProviderRefCount7902 if (prc.removePending) { in incProviderRefLocked()7912 prc.removePending = false; in incProviderRefLocked()7935 if (prc.removePending) { in incProviderRefLocked()7944 prc.removePending = false; in incProviderRefLocked()8064 if (!prc.removePending) { in releaseProvider()8071 prc.removePending = true; in releaseProvider()8084 if (!prc.removePending) { in completeRemoveProvider()8096 prc.removePending = false; in completeRemoveProvider()
2023 Landroid/app/ActivityThread$ProviderRefCount;->removePending:Z