Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java849 public static final boolean DBG_ALLOCATION = false; // DO NOT SUBMIT WITH TRUE field in UserManagerService
1078 mUser0Allocations = DBG_ALLOCATION ? new AtomicInteger() : null; in UserManagerService()
2203 if (DBG_ALLOCATION) { in userWithName()
7223 if (DBG_ALLOCATION) {