Searched refs:REQUEST_PRIORITY_LOW (Results 1 – 1 of 1) sorted by relevance
126 private static final int REQUEST_PRIORITY_LOW = 2; field in CarEvsService236 private int mLastRequestPriority = REQUEST_PRIORITY_LOW;903 final int priority = token != null ? REQUEST_PRIORITY_HIGH : REQUEST_PRIORITY_LOW; in startVideoStream()