Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
DFrontendResource.java40 private final int mExclusiveGroupId; field in FrontendResource
50 this.mExclusiveGroupId = builder.mExclusiveGroupId; in FrontendResource()
58 return mExclusiveGroupId; in getExclusiveGroupId()
95 + ", exclusiveGId=" + this.mExclusiveGroupId + ", exclusiveGMemeberHandles=" in toString()
105 private int mExclusiveGroupId; field in FrontendResource.Builder
127 this.mExclusiveGroupId = exclusiveGroupId; in exclusiveGroupId()
/frameworks/base/media/java/android/media/tv/tuner/frontend/
DFrontendInfo.java40 private final int mExclusiveGroupId; field in FrontendInfo
56 mExclusiveGroupId = exclusiveGroupId; in FrontendInfo()
133 return mExclusiveGroupId; in getExclusiveGroupId()
170 && mExclusiveGroupId == info.getExclusiveGroupId() in equals()