Home
last modified time | relevance | path

Searched refs:removalCount (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DObjectManager.java68 final int removalCount = mPendingRemovals.getCount(); in commitUpdates() local
69 if (removalCount > 0) { in commitUpdates()
72 for (int i = 0; i < removalCount; i++) { in commitUpdates()