Searched refs:mControllerBinder (Results 1 – 1 of 1) sorted by relevance
658 private final Controller2Link mControllerBinder; field in MediaSession2.ControllerInfo683 mControllerBinder = controllerBinder; in ControllerInfo()734 return Objects.hash(mControllerBinder, mRemoteUserInfo); in hashCode()743 if (mControllerBinder != null || other.mControllerBinder != null) { in equals()744 return Objects.equals(mControllerBinder, other.mControllerBinder); in equals()757 if (mControllerBinder == null) return; in notifyConnected()767 if (mControllerBinder == null) return; in notifyDisconnected()777 if (mControllerBinder == null) return; in notifyPlaybackActiveChanged()788 if (mControllerBinder == null) return; in sendSessionCommand()806 if (mControllerBinder == null) return; in cancelSessionCommand()[all …]