Home | History | Annotate | Download | only in com.example.android.mediabrowserservice

Lines Matching refs:onGetRoot

53   * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
65 * related methods {@link android.service.media.MediaBrowserService#onGetRoot} and
217 public BrowserRoot onGetRoot(String clientPackageName, int clientUid, Bundle rootHints) {
218 LogHelper.d(TAG, "OnGetRoot: clientPackageName=" + clientPackageName,
225 LogHelper.w(TAG, "OnGetRoot: IGNORING request from untrusted package "