Searched refs:currentPriority (Results 1 – 2 of 2) sorted by relevance
159 int currentPriority = mLowestPriority; in findActiveContextWithHighestPriority() local167 if (priority < currentPriority) { in findActiveContextWithHighestPriority()169 currentPriority = priority; in findActiveContextWithHighestPriority()171 if (currentPriority == CONTEXT_HIGHEST_PRIORITY) { in findActiveContextWithHighestPriority()
999 int currentPriority = Integer.MAX_VALUE; in appendPostalsForDoCoMo() local1010 if (priority < currentPriority) { in appendPostalsForDoCoMo()1011 currentPriority = priority; in appendPostalsForDoCoMo()