Searched refs:mPlayerType (Results 1 – 4 of 4) sorted by relevance
203 private int mPlayerType; field in AudioPlaybackConfiguration233 mPlayerType = pic.mPlayerType; in AudioPlaybackConfiguration()284 anonymCopy.mPlayerType = PLAYER_TYPE_UNKNOWN; in anonymizedCopy()351 switch (mPlayerType) { in getPlayerType()356 return mPlayerType; in getPlayerType()528 return Objects.hash(mPlayerIId, mDeviceId, mPlayerType, mClientUid, mClientPid, in hashCode()541 dest.writeInt(mPlayerType); in writeToParcel()557 mPlayerType = in.readInt(); in AudioPlaybackConfiguration()576 && (mPlayerType == that.mPlayerType) in equals()586 + " type:" + toLogFriendlyPlayerType(mPlayerType) in toString()
432 public final int mPlayerType; field in PlayerBase.PlayerIdCard442 mPlayerType = type; in PlayerIdCard()450 return Objects.hash(mPlayerType, mSessionId); in hashCode()460 dest.writeInt(mPlayerType); in writeToParcel()482 mPlayerType = in.readInt(); in PlayerIdCard()498 return ((mPlayerType == that.mPlayerType) && mAttributes.equals(that.mAttributes) in equals()
1014 private final int mPlayerType; field in PlaybackActivityMonitor.NewPlayerEvent1022 mPlayerType = apc.getPlayerType(); in NewPlayerEvent()1033 + AudioPlaybackConfiguration.toLogFriendlyPlayerType(mPlayerType) in eventToString()
27283 Landroid/media/AudioPlaybackConfiguration;->mPlayerType:I32108 Landroid/media/PlayerBase$PlayerIdCard;->mPlayerType:I