Searched defs:OnClientUpdateListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteController.java47 * media event updates to the {@link OnClientUpdateListener} listener set in the class constructor.
50 * <br>By default an {@link OnClientUpdateListener} implementation will not receive bitmaps for
53 * Registration requires the {@link OnClientUpdateListener} listener to be one of the enabled
80 private OnClientUpdateListener mOnClientUpdateListener;
93 public RemoteController(Context context, OnClientUpdateListener updateListener)
107 public RemoteController(Context context, OnClientUpdateListener updateListener, Looper looper)
113 throw new IllegalArgumentException("Invalid null OnClientUpdateListener");
143 public interface OnClientUpdateListener { interface in class:RemoteController
218 * @see OnClientUpdateListener#onClientPlaybackStateUpdate(int, long, long, float)
736 final OnClientUpdateListener
[all...]

Completed in 155 milliseconds