Home
last modified time | relevance | path

Searched defs:setSchedulingGroup (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java123 void setSchedulingGroup(int group) throws RemoteException; in setSchedulingGroup() method
DApplicationThreadNative.java1133 public void setSchedulingGroup(int group) throws RemoteException { in setSchedulingGroup() method in ApplicationThreadProxy
DActivityThread.java908 public void setSchedulingGroup(int group) { in setSchedulingGroup() method in ActivityThread.ApplicationThread