Searched refs:mContentToRecord (Results 1 – 1 of 1) sorted by relevance
80 private int mContentToRecord = RECORD_CONTENT_DISPLAY; field in ContentRecordingSession232 this.mContentToRecord = contentToRecord; in ContentRecordingSession()234 if (!(mContentToRecord == RECORD_CONTENT_DISPLAY) in ContentRecordingSession()235 && !(mContentToRecord == RECORD_CONTENT_TASK)) { in ContentRecordingSession()237 "contentToRecord was " + mContentToRecord + " but must be one of: " in ContentRecordingSession()273 return mContentToRecord; in getContentToRecord()342 mContentToRecord = value; in setContentToRecord()344 if (!(mContentToRecord == RECORD_CONTENT_DISPLAY) in setContentToRecord()345 && !(mContentToRecord == RECORD_CONTENT_TASK)) { in setContentToRecord()347 "contentToRecord was " + mContentToRecord + " but must be one of: " in setContentToRecord()[all …]