Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java575 public static final boolean DBG_ALLOCATION = false; // DO NOT SUBMIT WITH TRUE field in UserManagerService
801 mUser0Allocations = DBG_ALLOCATION ? new AtomicInteger() : null; in UserManagerService()
1726 if (DBG_ALLOCATION) { in userWithName()
6603 if (DBG_ALLOCATION) {