Searched refs:mPlayerType (Results 1 – 4 of 4) sorted by relevance
308 private int mPlayerType; field in AudioPlaybackConfiguration346 mPlayerType = pic.mPlayerType; in AudioPlaybackConfiguration()408 anonymCopy.mPlayerType = PLAYER_TYPE_UNKNOWN; in anonymizedCopy()514 switch (mPlayerType) { in getPlayerType()519 return mPlayerType; in getPlayerType()766 return Objects.hash(mPlayerIId, mDeviceId, mMutedState, mPlayerType, mClientUid, in hashCode()782 dest.writeInt(mPlayerType); in writeToParcel()801 mPlayerType = in.readInt(); in AudioPlaybackConfiguration()822 && (mPlayerType == that.mPlayerType) in equals()834 toLogFriendlyPlayerType(mPlayerType)).append(" u/pid:").append( in toString()
445 public final int mPlayerType; field in PlayerBase.PlayerIdCard455 mPlayerType = type; in PlayerIdCard()463 return Objects.hash(mPlayerType, mSessionId); in hashCode()473 dest.writeInt(mPlayerType); in writeToParcel()495 mPlayerType = in.readInt(); in PlayerIdCard()511 return ((mPlayerType == that.mPlayerType) && mAttributes.equals(that.mAttributes) in equals()
1391 private final int mPlayerType; field in PlaybackActivityMonitor.NewPlayerEvent1399 mPlayerType = apc.getPlayerType(); in NewPlayerEvent()1410 + AudioPlaybackConfiguration.toLogFriendlyPlayerType(mPlayerType) in eventToString()1421 private final int mPlayerType; field in PlaybackActivityMonitor.VolumeShaperEvent1435 mPlayerType = apc.getPlayerType(); in VolumeShaperEvent()1447 + AudioPlaybackConfiguration.toLogFriendlyPlayerType(mPlayerType) in eventToString()
24405 Landroid/media/AudioPlaybackConfiguration;->mPlayerType:I29230 Landroid/media/PlayerBase$PlayerIdCard;->mPlayerType:I