Home | History | Annotate | Download | only in onemedia

Lines Matching refs:mSession

37     private PlayerSession mSession;
48 if (mSession == null) {
49 mSession = onCreatePlayerController();
50 mSession.createSession();
51 mSession.setListener(mPlayerListener);
52 mNotifyHelper = new NotificationHelper(this, mSession.mSession);
73 mSession.onDestroy();
74 mSession = null;
126 mSession.setContent(params);
128 mSession.setNextContent(params);
158 if (mSession == null) {
159 Log.e(TAG, "Error in PlayerService: mSession=null in getSessionToken()");
162 return mSession.getSessionToken();
167 mSession.setIcon(icon);