Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp132 typedef Dumpstate::ConsentCallback::ConsentResult UserConsentResult; typedef
666 UserConsentResult Dumpstate::ConsentCallback::getResult() { in getResult()
2848 consent_callback_->getResult() == UserConsentResult::UNAVAILABLE) in RunInternal()
2869 ds.consent_callback_->getResult() == UserConsentResult::DENIED; in IsUserConsentDenied()
2887 UserConsentResult consent_result = consent_callback_->getResult(); in CopyBugreportIfUserConsented()
2888 if (consent_result == UserConsentResult::UNAVAILABLE) { in CopyBugreportIfUserConsented()
2903 if (consent_result == UserConsentResult::DENIED) { in CopyBugreportIfUserConsented()
2908 if (consent_result == UserConsentResult::APPROVED) { in CopyBugreportIfUserConsented()
2914 } else if (consent_result == UserConsentResult::UNAVAILABLE) { in CopyBugreportIfUserConsented()