Searched refs:mPlayerType (Results 1 – 2 of 2) sorted by relevance
176 private int mPlayerType; field in AudioPlaybackConfiguration199 mPlayerType = pic.mPlayerType; in AudioPlaybackConfiguration()238 anonymCopy.mPlayerType = PLAYER_TYPE_UNKNOWN; in anonymizedCopy()285 switch (mPlayerType) { in getPlayerType()291 return mPlayerType; in getPlayerType()411 + " -- type:" + toLogFriendlyPlayerType(apc.mPlayerType) in toLogFriendlyString()434 return Objects.hash(mPlayerIId, mPlayerType, mClientUid, mClientPid); in hashCode()445 dest.writeInt(mPlayerType); in writeToParcel()455 mPlayerType = in.readInt(); in AudioPlaybackConfiguration()472 && (mPlayerType == that.mPlayerType) in equals()
499 public final int mPlayerType; field in PlayerBase.PlayerIdCard507 mPlayerType = type; in PlayerIdCard()514 return Objects.hash(mPlayerType); in hashCode()524 dest.writeInt(mPlayerType); in writeToParcel()545 mPlayerType = in.readInt(); in PlayerIdCard()560 return ((mPlayerType == that.mPlayerType) && mAttributes.equals(that.mAttributes)); in equals()