Searched refs:mWaitingForConsent (Results 1 – 1 of 1) sorted by relevance
90 private boolean mWaitingForConsent = false; field in ContentRecordingSession198 this.mWaitingForConsent = waitingForConsent; in ContentRecordingSession()250 return mWaitingForConsent; in isWaitingForConsent()313 mWaitingForConsent = value; in setWaitingForConsent()349 && mWaitingForConsent == that.mWaitingForConsent; in equals()374 if (mWaitingForConsent) flg |= 0x10; in writeToParcel()414 this.mWaitingForConsent = waitingForConsent; in ContentRecordingSession()444 private boolean mWaitingForConsent; field in ContentRecordingSession.Builder512 mWaitingForConsent = value; in setWaitingForConsent()534 mWaitingForConsent = false; in build()[all …]