Searched refs:priorities (Results 1 – 3 of 3) sorted by relevance
35 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO, in testConstructor() local37 for (int i = 0; i < priorities.length; i++) { in testConstructor()38 new LogPrinter(priorities[i], TAG); in testConstructor()
185 float priorities[] = {1.0f}; in init() local192 .pQueuePriorities = priorities, in init()
633 final int[] priorities = { in testScheduledJobPriority() local636 for (int priority : priorities) { in testScheduledJobPriority()