Searched defs:profileControl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1544 boolean res = profileControl(process, userId, start, profilerInfo, profileType);
4536 public boolean profileControl(String process, int userId, boolean start, method in class:ActivityManagerProxy
H A DIActivityManager.java311 public boolean profileControl(String process, int userId, boolean start, method in interface:IActivityManager
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java19543 public boolean profileControl(String process, int userId, boolean start, method in class:ActivityManagerService
19562 proc = findProcessLocked(process, userId, "profileControl");
19647 // its own permission (same as profileControl).

Completed in 155 milliseconds