Home
last modified time | relevance | path

Searched refs:REQUEST_PRIORITY_LOW (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java126 private static final int REQUEST_PRIORITY_LOW = 2; field in CarEvsService
236 private int mLastRequestPriority = REQUEST_PRIORITY_LOW;
903 final int priority = token != null ? REQUEST_PRIORITY_HIGH : REQUEST_PRIORITY_LOW; in startVideoStream()