Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java1132 && (mAtm.mProfileProc == null || mAtm.mProfileProc == this); in shouldSetProfileProc()
DActivityTaskManagerService.java523 WindowProcessController mProfileProc = null; field in ActivityTaskManagerService
6375 mProfileProc = wpc; in setProfileProc()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java354 private ProcessRecord mProfileProc = null; field in AppProfiler.ProfileData
369 mProfileProc = profileProc; in setProfileProc()
377 return mProfileProc; in getProfileProc()