Home
last modified time | relevance | path

Searched refs:RemoteIndicatorLoader (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouteButton.java99 private RemoteIndicatorLoader mRemoteIndicatorLoader;
153 mRemoteIndicatorLoader = new RemoteIndicatorLoader(remoteIndicatorResId); in MediaRouteButton()
599 private final class RemoteIndicatorLoader extends AsyncTask<Void, Void, Drawable> { class in MediaRouteButton
602 RemoteIndicatorLoader(int resId) { in RemoteIndicatorLoader() method in MediaRouteButton.RemoteIndicatorLoader
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouteButton.java97 private RemoteIndicatorLoader mRemoteIndicatorLoader;
148 mRemoteIndicatorLoader = new RemoteIndicatorLoader(remoteIndicatorResId); in MediaRouteButton()
584 private final class RemoteIndicatorLoader extends AsyncTask<Void, Void, Drawable> { class in MediaRouteButton
587 RemoteIndicatorLoader(int resId) { in RemoteIndicatorLoader() method in MediaRouteButton.RemoteIndicatorLoader