Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java529 WindowProcessController mProfileProc = null; field in ActivityTaskManagerService
7396 mProfileProc = wpc; in setProfileProc()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1292 private ProcessRecord mProfileProc = null; field in ActivityManagerService.ProfileData
1307 mProfileProc = profileProc; in setProfileProc()
1315 return mProfileProc; in getProfileProc()