Searched refs:priority2 (Results 1 – 2 of 2) sorted by relevance
125 int priority2 = getDevicePriorityGroup(device2); in sortMediaDevices() local127 if (priority1 != priority2) { in sortMediaDevices()128 return (priority1 < priority2) ? -1 : 1; in sortMediaDevices()
405 int priority2 = mReversedPriorityList.indexOf(data2.getAppId()); in compare() local407 return (priority1 != priority2) ? (priority1 - priority2) : getRecentUpdated(data1, data2); in compare()