Searched refs:challengerProfile (Results 1 – 3 of 3) sorted by relevance
771 public boolean isHigherPriority(ResourceClientProfile challengerProfile, in isHigherPriority() argument774 return mService.isHigherPriority(challengerProfile, holderProfile); in isHigherPriority()
435 boolean isHigherPriority(in ResourceClientProfile challengerProfile, in isHigherPriority() argument
600 ResourceClientProfile challengerProfile, ResourceClientProfile holderProfile) in isHigherPriority() argument603 if (challengerProfile == null || holderProfile == null) { in isHigherPriority()607 return isHigherPriorityInternal(challengerProfile, holderProfile); in isHigherPriority()1358 protected boolean isHigherPriorityInternal(ResourceClientProfile challengerProfile, in isHigherPriorityInternal() argument1362 "isHigherPriority(challengerProfile=" + challengerProfile in isHigherPriorityInternal()1363 + ", holderProfile=" + challengerProfile + ")"); in isHigherPriorityInternal()1372 int challengerPid = challengerProfile.tvInputSessionId == null in isHigherPriorityInternal()1374 : mTvInputManager.getClientPid(challengerProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()1380 challengerProfile.useCase, checkIsForeground(challengerPid)); in isHigherPriorityInternal()