Searched refs:priorities (Results 1 – 2 of 2) 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()
173 float priorities[] = {1.0f}; in init() local180 .pQueuePriorities = priorities, in init()