HomeSort by relevance Sort by last modified time
    Searched defs:newMediaButtonSession (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java 49 MediaSessionRecord newMediaButtonSession);
161 MediaSessionRecord newMediaButtonSession =
163 if (newMediaButtonSession != mMediaButtonSession) {
164 updateMediaButtonSession(newMediaButtonSession);
260 private void updateMediaButtonSession(MediaSessionRecord newMediaButtonSession) {
262 mMediaButtonSession = newMediaButtonSession;
264 oldMediaButtonSession, newMediaButtonSession);
MediaSessionService.java 710 MediaSessionRecord newMediaButtonSession) {
712 Log.d(TAG, "Media button session is changed to " + newMediaButtonSession);
718 if (newMediaButtonSession != null) {
719 rememberMediaButtonReceiverLocked(newMediaButtonSession);
720 mHandler.postSessionsChanged(newMediaButtonSession.getUserId());
    [all...]

Completed in 176 milliseconds