Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp2993 consent_callback_.get()); in RunInternal()
3023 return (consent_callback_ != nullptr && in RunInternal()
3024 consent_callback_->getResult() == UserConsentResult::UNAVAILABLE) in RunInternal()
3085 consent_callback_ = new ConsentCallback(); in MaybeCheckUserConsent()
3093 0x1 /* FLAG_CONFIRMATION_DIALOG */, consent_callback_.get()); in MaybeCheckUserConsent()
3100 return ds.consent_callback_ != nullptr && in IsUserConsentDenied()
3101 ds.consent_callback_->getResult() == UserConsentResult::DENIED; in IsUserConsentDenied()
3166 consent_result = consent_callback_->getResult(); in CopyBugreportIfUserConsented()
3170 uint64_t elapsed_ms = consent_callback_->getElapsedTimeMs(); in CopyBugreportIfUserConsented()
3181 consent_result = consent_callback_->getResult(); in CopyBugreportIfUserConsented()
H A Ddumpstate.h577 android::sp<ConsentCallback> consent_callback_; variable