HomeSort by relevance Sort by last modified time
    Searched refs:highestPriority (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/
DvrScheduleManager.java 423 long highestPriority = DEFAULT_PRIORITY - PRIORITY_OFFSET;
425 if (schedule.getPriority() > highestPriority) {
426 highestPriority = schedule.getPriority();
429 return highestPriority + PRIORITY_OFFSET;
438 long highestPriority = Long.MIN_VALUE;
442 && r.getPriority() > highestPriority) {
443 highestPriority = r.getPriority();
446 if (highestPriority == Long.MIN_VALUE || highestPriority < schedule.getPriority()) {
449 return highestPriority + PRIORITY_OFFSET
    [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 431 ClientPriority highestPriority = priority;
434 if (curPriority <= highestPriority) {
435 highestPriority = curPriority;
440 if (highestPriority == priority) {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbProfileGroupSettingsManager.java 555 int highestPriority = highestPriorityByUserId.get(match.targetUserId);
559 if (match.priority == highestPriority) {
561 } else if (match.priority > highestPriority) {
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 103 milliseconds