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.java30 public static final int THREAD_PRIORITY_HIGHEST = -20; field in ProcessTest
108 assertTrue(priority >= THREAD_PRIORITY_HIGHEST in testMiscMethods()
117 Process.setThreadPriority(myTid, THREAD_PRIORITY_HIGHEST); in testMiscMethods()
118 assertEquals(THREAD_PRIORITY_HIGHEST, Process.getThreadPriority(myTid)); in testMiscMethods()
120 int invalidPriority = THREAD_PRIORITY_HIGHEST - 1; in testMiscMethods()
122 assertEquals(THREAD_PRIORITY_HIGHEST, Process.getThreadPriority(myTid)); in testMiscMethods()