Searched refs:EXTRA_SERVICE_VERSION (Results 1 – 5 of 5) sorted by relevance
49 public static final String EXTRA_SERVICE_VERSION = "extra_service_version"; field in MediaBrowserProtocol
46 import static androidx.media.MediaBrowserProtocol.EXTRA_SERVICE_VERSION;339 rootExtras.putInt(EXTRA_SERVICE_VERSION, SERVICE_VERSION_CURRENT); in onGetRoot()1067 extras.putInt(EXTRA_SERVICE_VERSION, SERVICE_VERSION_CURRENT); in onConnect()
54 public static final String EXTRA_SERVICE_VERSION = "serviceVersion"; field in ServiceWatcher239 EXTRA_SERVICE_VERSION, Integer.MIN_VALUE); in bindBestPackageLocked()
553 ServiceWatcher.EXTRA_SERVICE_VERSION, -1); in ensureFallbackFusedProviderPresentLocked()
45 import static androidx.media.MediaBrowserProtocol.EXTRA_SERVICE_VERSION;1887 mServiceVersion = extras.getInt(EXTRA_SERVICE_VERSION, 0); in onConnected()