Searched refs:observerImpl (Results 1 – 4 of 4) sorted by relevance
32 void onSetScoreUpdateObserver(IScoreUpdateObserver observerImpl); in onSetScoreUpdateObserver() argument
6051 void onSetScoreUpdateObserver(@NonNull ScoreUpdateObserver observerImpl); in onSetScoreUpdateObserver() argument6087 public void onSetScoreUpdateObserver(IScoreUpdateObserver observerImpl) { in onSetScoreUpdateObserver() argument6090 + "onSetScoreUpdateObserver: observerImpl=" + observerImpl); in onSetScoreUpdateObserver()6094 new ScoreUpdateObserverProxy(observerImpl))); in onSetScoreUpdateObserver()
118 public void onSetScoreUpdateObserver(IScoreUpdateObserver observerImpl) { in onSetScoreUpdateObserver() argument119 mScoreUpdateObserver = observerImpl; in onSetScoreUpdateObserver()
632 public void onSetScoreUpdateObserver(IScoreUpdateObserver observerImpl) { in onCommand()633 scoreUpdateObserverMutable.value = observerImpl; in onCommand()