Home
last modified time | relevance | path

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

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