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