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()
600 ResourceClientProfile challengerProfile, ResourceClientProfile holderProfile) in isHigherPriority() argument603 if (challengerProfile == null || holderProfile == null) { in isHigherPriority()607 return isHigherPriorityInternal(challengerProfile, holderProfile); in isHigherPriority()1340 protected boolean isHigherPriorityInternal(ResourceClientProfile challengerProfile, in isHigherPriorityInternal() argument1344 "isHigherPriority(challengerProfile=" + challengerProfile in isHigherPriorityInternal()1345 + ", holderProfile=" + challengerProfile + ")"); in isHigherPriorityInternal()1354 int challengerPid = challengerProfile.tvInputSessionId == null in isHigherPriorityInternal()1356 : mTvInputManager.getClientPid(challengerProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()1362 challengerProfile.useCase, checkIsForeground(challengerPid)); in isHigherPriorityInternal()
435 boolean isHigherPriority(in ResourceClientProfile challengerProfile, in isHigherPriority() argument