Home
last modified time | relevance | path

Searched refs:THREAD_PRIORITY_HIGHEST (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DProcessTest.java73 public static final int THREAD_PRIORITY_HIGHEST = -20; field in ProcessTest
161 assertTrue(priority >= THREAD_PRIORITY_HIGHEST in testMiscMethods()
170 Process.setThreadPriority(myTid, THREAD_PRIORITY_HIGHEST); in testMiscMethods()
171 assertEquals(THREAD_PRIORITY_HIGHEST, Process.getThreadPriority(myTid)); in testMiscMethods()
173 int invalidPriority = THREAD_PRIORITY_HIGHEST - 1; in testMiscMethods()
175 assertEquals(THREAD_PRIORITY_HIGHEST, Process.getThreadPriority(myTid)); in testMiscMethods()