Home | History | Annotate | Download | only in tv

Lines Matching defs:timeShiftPlay

1538         public void timeShiftPlay(IBinder sessionToken, final Uri recordedProgramUri, int userId) {
1541 userId, "timeShiftPlay");
1546 getSessionLocked(sessionToken, callingUid, resolvedUserId).timeShiftPlay(
1549 Slog.e(TAG, "error in timeShiftPlay", e);