Searched refs:currentIsForeground (Results 1 – 1 of 1) sorted by relevance
973 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