Home
last modified time | relevance | path

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

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
DSampleMediaRouteProvider.java231 private PendingIntent mSessionReceiver; field in SampleMediaRouteProvider.SampleRouteController
518 mSessionReceiver = (PendingIntent)intent.getParcelableExtra( in handleStartSession()
557 mSessionReceiver = null; in handleEndSession()
588 if (mSessionReceiver != null) { in handleSessionStatusChange()
594 mSessionReceiver.send(getContext(), 0, intent); in handleSessionStatusChange()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DSampleMediaRouteProvider.java247 private PendingIntent mSessionReceiver; field in SampleMediaRouteProvider.SampleRouteController
539 mSessionReceiver = (PendingIntent)intent.getParcelableExtra( in handleStartSession()
578 mSessionReceiver = null; in handleEndSession()
609 if (mSessionReceiver != null) { in handleSessionStatusChange()
615 mSessionReceiver.send(getContext(), 0, intent); in handleSessionStatusChange()