Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3102 consent_callback_.get()); in RunInternal()
3132 return (consent_callback_ != nullptr && in RunInternal()
3133 consent_callback_->getResult() == UserConsentResult::UNAVAILABLE) in RunInternal()
3203 consent_callback_ = new ConsentCallback(); in MaybeCheckUserConsent()
3211 0x1 /* FLAG_CONFIRMATION_DIALOG */, consent_callback_.get()); in MaybeCheckUserConsent()
3218 return ds.consent_callback_ != nullptr && in IsUserConsentDenied()
3219 ds.consent_callback_->getResult() == UserConsentResult::DENIED; in IsUserConsentDenied()
3283 consent_result = consent_callback_->getResult(); in CopyBugreportIfUserConsented()
3287 uint64_t elapsed_ms = consent_callback_->getElapsedTimeMs(); in CopyBugreportIfUserConsented()
3298 consent_result = consent_callback_->getResult(); in CopyBugreportIfUserConsented()
Ddumpstate.h563 android::sp<ConsentCallback> consent_callback_; variable