Searched defs:DEBUG_MU (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DBroadcastQueue.java54 static final boolean DEBUG_MU = ActivityManagerService.DEBUG_MU; field in class:BroadcastQueue
755 if (DEBUG_MU && r.callingUid > UserHandle.PER_USER_RANGE) {
H A DActiveServices.java63 static final boolean DEBUG_MU = ActivityManagerService.DEBUG_MU; field in class:ActiveServices
134 if (DEBUG_MU)
145 if (DEBUG_MU)
168 if (DEBUG_MU)
176 if (DEBUG_MU)
1017 if (DEBUG_MU)
1081 if (DEBUG_MU)
H A DActivityManagerService.java194 static final boolean DEBUG_MU = localLOGV || false; field in class:ActivityManagerService
4614 if (DEBUG_MU)
6207 if (DEBUG_MU)
6233 if (DEBUG_MU)
6614 if (DEBUG_MU) {
6729 if (DEBUG_MU)
6747 if (DEBUG_MU)
11052 if (DEBUG_MU) {
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java85 private static final boolean DEBUG_MU = false; field in class:Settings
806 if (DEBUG_MU) {
989 if (DEBUG_MU) {
1035 if (DEBUG_MU) Log.i(TAG, " pkg=" + pkg.name + ", state=" + ustate.enabled);

Completed in 227 milliseconds