Searched refs:mPlayerType (Results 1 – 3 of 3) sorted by relevance
178 private int mPlayerType; field in AudioPlaybackConfiguration201 mPlayerType = pic.mPlayerType; in AudioPlaybackConfiguration()242 anonymCopy.mPlayerType = PLAYER_TYPE_UNKNOWN; in anonymizedCopy()289 switch (mPlayerType) { in getPlayerType()295 return mPlayerType; in getPlayerType()427 + " -- type:" + toLogFriendlyPlayerType(apc.mPlayerType) in toLogFriendlyString()450 return Objects.hash(mPlayerIId, mPlayerType, mClientUid, mClientPid); in hashCode()461 dest.writeInt(mPlayerType); in writeToParcel()475 mPlayerType = in.readInt(); in AudioPlaybackConfiguration()492 && (mPlayerType == that.mPlayerType) in equals()
508 public final int mPlayerType; field in PlayerBase.PlayerIdCard516 mPlayerType = type; in PlayerIdCard()523 return Objects.hash(mPlayerType); in hashCode()533 dest.writeInt(mPlayerType); in writeToParcel()554 mPlayerType = in.readInt(); in PlayerIdCard()569 return ((mPlayerType == that.mPlayerType) && mAttributes.equals(that.mAttributes)); in equals()
806 private final int mPlayerType; field in PlaybackActivityMonitor.NewPlayerEvent813 mPlayerType = apc.getPlayerType(); in NewPlayerEvent()823 + AudioPlaybackConfiguration.toLogFriendlyPlayerType(mPlayerType) in eventToString()