Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2780 consent_callback_.get()); in RunInternal()
2812 return (consent_callback_ != nullptr && in RunInternal()
2813 consent_callback_->getResult() == UserConsentResult::UNAVAILABLE) in RunInternal()
2845 consent_callback_ = new ConsentCallback(); in MaybeCheckUserConsent()
2853 0x1 /* FLAG_CONFIRMATION_DIALOG */, consent_callback_.get()); in MaybeCheckUserConsent()
2860 return ds.consent_callback_ != nullptr && in IsUserConsentDenied()
2861 ds.consent_callback_->getResult() == UserConsentResult::DENIED; in IsUserConsentDenied()
2887 consent_result = consent_callback_->getResult(); in CopyBugreportIfUserConsented()
2891 uint64_t elapsed_ms = consent_callback_->getElapsedTimeMs(); in CopyBugreportIfUserConsented()
2902 consent_result = consent_callback_->getResult(); in CopyBugreportIfUserConsented()
Ddumpstate.h540 android::sp<ConsentCallback> consent_callback_; variable