Searched refs:priority1 (Results 1 – 2 of 2) sorted by relevance
115 int priority1 = getDevicePriorityGroup(device1); in sortMediaDevices() local118 if (priority1 != priority2) { in sortMediaDevices()119 return (priority1 < priority2) ? -1 : 1; in sortMediaDevices()
410 int priority1 = mReversedPriorityList.indexOf(data1.getAppId()); in compare() local413 return (priority1 != priority2) ? (priority1 - priority2) : getRecentUpdated(data1, data2); in compare()