Home | History | Annotate | Download | only in media

Lines Matching defs:onGetRoot

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