Searched refs:setThreadGroup (Results 1 – 3 of 3) sorted by relevance
41 Process.setThreadGroup(Process.myTid(), Process.THREAD_GROUP_TOP_APP); in run()
59 Process.setThreadGroup(tid, !isForApp ? in requestPriority()
675 public static final native void setThreadGroup(int tid, int group) in setThreadGroup() method in Process