Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java510 clientProfile.setForeground(checkIsForeground(pid)); in registerClientProfileInternal()
550 profile.setForeground(checkIsForeground(profile.getProcessId())); in updateClientPriorityInternal()
915 challengerProfile.useCase, checkIsForeground(challengerPid)); in isHigherPriorityInternal()
916 int holderPriority = getClientPriority(holderProfile.useCase, checkIsForeground(holderPid)); in isHigherPriorityInternal()
973 boolean currentIsForeground = checkIsForeground(pid); in clientPriorityUpdateOnRequest()
1087 protected boolean checkIsForeground(int pid) { in checkIsForeground() method in TunerResourceManagerService
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java103 protected boolean checkIsForeground(int pid) { in setUp()