Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DContentRecordingSession.java105 private boolean mWaitingForConsent = false; field in ContentRecordingSession
244 this.mWaitingForConsent = waitingForConsent; in ContentRecordingSession()
306 return mWaitingForConsent; in isWaitingForConsent()
387 mWaitingForConsent = value; in setWaitingForConsent()
412 "waitingForConsent = " + mWaitingForConsent + ", " + in toString()
435 && mWaitingForConsent == that.mWaitingForConsent in equals()
451 _hash = 31 * _hash + Boolean.hashCode(mWaitingForConsent); in hashCode()
463 if (mWaitingForConsent) flg |= 0x20; in writeToParcel()
508 this.mWaitingForConsent = waitingForConsent; in ContentRecordingSession()
540 private boolean mWaitingForConsent; field in ContentRecordingSession.Builder
[all …]