Searched refs:mUser0Allocations (Results 1 – 1 of 1) sorted by relevance
492 public final AtomicInteger mUser0Allocations; field in UserManagerService684 mUser0Allocations = DBG_ALLOCATION ? new AtomicInteger() : null; in UserManagerService()1393 final int number = mUser0Allocations.incrementAndGet(); in userWithName()5284 pw.println(" System user allocations: " + mUser0Allocations.get()); in dump()