Searched refs:setProcessImportant (Results 1 – 3 of 3) sorted by relevance
203 void setProcessImportant(in IBinder token, int pid, boolean isForeground, String reason); in setProcessImportant() method
3989 mAm.setProcessImportant(mForegroundToken, pid, toastCount > 0, "toast"); in keepProcessAliveIfNeededLocked()
7801 public void setProcessImportant(IBinder token, int pid, boolean isForeground, String reason) { in setProcessImportant() method in ActivityManagerService