Searched refs:CLIENT_MSG_GET_MEDIA_ITEM (Results 1 – 3 of 3) sorted by relevance
169 public static final int CLIENT_MSG_GET_MEDIA_ITEM = 5; field in MediaBrowserProtocol
23 import static androidx.media.MediaBrowserProtocol.CLIENT_MSG_GET_MEDIA_ITEM;596 case CLIENT_MSG_GET_MEDIA_ITEM: in handleMessage()
23 import static androidx.media.MediaBrowserProtocol.CLIENT_MSG_GET_MEDIA_ITEM;2187 sendRequest(CLIENT_MSG_GET_MEDIA_ITEM, data, callbacksMessenger); in getMediaItem()