Searched refs:mWaitingForConsent (Results 1 – 1 of 1) sorted by relevance
105 private boolean mWaitingForConsent = false; field in ContentRecordingSession244 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 …]