Searched refs:REQUEST_PRIORITY_LOW (Results 1 – 1 of 1) sorted by relevance
127 private static final int REQUEST_PRIORITY_LOW = 0; field in CarEvsService285 private int mLastRequestPriority = REQUEST_PRIORITY_LOW;964 final int priority = token != null ? REQUEST_PRIORITY_HIGH : REQUEST_PRIORITY_LOW; in startVideoStream()