Searched refs:rootBrowsableHint (Results 1 – 3 of 3) sorted by relevance
97 LiveData<Integer> rootBrowsableHint(); in rootBrowsableHint() method
195 public LiveData<Integer> rootBrowsableHint() {
250 mMediaBrowserViewModel.rootBrowsableHint().observe(activity, hint -> in BrowseFragment()