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