Searched refs:setProcessImportant (Results 1 – 4 of 4) sorted by relevance
231 void setProcessImportant(in IBinder token, int pid, boolean isForeground, String reason); in setProcessImportant() method
6112 mAm.setProcessImportant(mForegroundToken, pid, toastCount > 0, "toast");
5649 public void setProcessImportant(IBinder token, int pid, boolean isForeground, String reason) { in setProcessImportant() method in ActivityManagerService
2996 PLcom/android/server/am/ActivityManagerService;->setProcessImportant(Landroid/os/IBinder;IZLjava/la…