Home
last modified time | relevance | path

Searched refs:hasSession (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
DRemotePlayer.java163 if (!mClient.hasSession() || item.getRemoteItemId() == null) { in getStatus()
203 if (!mClient.hasSession()) { in pause()
229 if (!mClient.hasSession()) { in resume()
255 if (!mClient.hasSession()) { in stop()
287 if (!mClient.hasSession() && !mEnqueuePending) { in enqueue()
474 if (!mClient.hasSession()) { in throwIfNoSession()
DSessionManager.java55 return hasSession() && mPaused; in isPaused()
58 public boolean hasSession() { in hasSession() method in SessionManager
DSampleMediaRouteProvider.java352 if (mSessionManager.hasSession()) { in handlePlay()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DRemotePlaybackClient.java225 public boolean hasSession() { in hasSession() method in RemotePlaybackClient
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DRemotePlaybackClient.java226 public boolean hasSession() { in hasSession() method in RemotePlaybackClient
/frameworks/support/mediarouter/api/
Dcurrent.txt430 method public boolean hasSession();
/frameworks/support/mediarouter/api_legacy/
D27.0.0.txt430 method public boolean hasSession();
D26.0.0.txt430 method public boolean hasSession();
Dcurrent.txt430 method public boolean hasSession();
D27.1.0.txt430 method public boolean hasSession();
D28.0.0-alpha1.txt430 method public boolean hasSession();
D26.1.0.txt430 method public boolean hasSession();
/frameworks/support/api/
D22.0.0.txt5325 method public boolean hasSession();
D22.1.0.txt5896 method public boolean hasSession();
D22.2.0.txt7497 method public boolean hasSession();
D22.2.1.txt7586 method public boolean hasSession();
D25.2.0.txt8873 method public boolean hasSession();
D25.0.0.txt8459 method public boolean hasSession();
D24.2.0.txt8381 method public boolean hasSession();
D23.0.0.txt8670 method public boolean hasSession();
D23.1.1.txt9019 method public boolean hasSession();
D25.4.0.txt9385 method public boolean hasSession();
D23.2.1.txt9481 method public boolean hasSession();
D26.0.0-alpha1.txt9778 method public boolean hasSession();
D23.2.0.txt9479 method public boolean hasSession();

12