Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp143 typedef Dumpstate::ConsentCallback::ConsentResult UserConsentResult; typedef
762 UserConsentResult Dumpstate::ConsentCallback::getResult() { in getResult()
3024 consent_callback_->getResult() == UserConsentResult::UNAVAILABLE) in RunInternal()
3101 ds.consent_callback_->getResult() == UserConsentResult::DENIED; in IsUserConsentDenied()
3162 UserConsentResult consent_result; in CopyBugreportIfUserConsented()
3164 consent_result = UserConsentResult::APPROVED; in CopyBugreportIfUserConsented()
3168 if (consent_result == UserConsentResult::UNAVAILABLE) { in CopyBugreportIfUserConsented()
3183 if (consent_result == UserConsentResult::DENIED) { in CopyBugreportIfUserConsented()
3188 if (consent_result == UserConsentResult::APPROVED) { in CopyBugreportIfUserConsented()
3204 } else if (consent_result == UserConsentResult::UNAVAILABLE) { in CopyBugreportIfUserConsented()