You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
src/api-impl: misc stubbing
This commit is contained in:
@@ -505,8 +505,10 @@ public class Process {
|
||||
* not have permission to modify the given thread, or to use the given
|
||||
* priority.
|
||||
*/
|
||||
public static final native void setThreadPriority(int tid, int priority)
|
||||
throws IllegalArgumentException, SecurityException;
|
||||
public static final /*native*/ void setThreadPriority(int tid, int priority)
|
||||
throws IllegalArgumentException, SecurityException {
|
||||
// TODO - this is clearly not critical
|
||||
}
|
||||
|
||||
/**
|
||||
* Call with 'false' to cause future calls to {@link #setThreadPriority(int)} to
|
||||
|
||||
Reference in New Issue
Block a user