Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java973 boolean currentIsForeground = checkIsForeground(pid); in clientPriorityUpdateOnRequest()
974 if (requestProfile.isForeground() == currentIsForeground) { in clientPriorityUpdateOnRequest()
978 requestProfile.setForeground(currentIsForeground); in clientPriorityUpdateOnRequest()
980 getClientPriority(requestProfile.getUseCase(), currentIsForeground)); in clientPriorityUpdateOnRequest() local