Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp138 typedef Dumpstate::ConsentCallback::ConsentResult UserConsentResult; typedef
711 UserConsentResult Dumpstate::ConsentCallback::getResult() { in getResult()
2813 consent_callback_->getResult() == UserConsentResult::UNAVAILABLE) in RunInternal()
2861 ds.consent_callback_->getResult() == UserConsentResult::DENIED; in IsUserConsentDenied()
2883 UserConsentResult consent_result; in CopyBugreportIfUserConsented()
2885 consent_result = UserConsentResult::APPROVED; in CopyBugreportIfUserConsented()
2889 if (consent_result == UserConsentResult::UNAVAILABLE) { in CopyBugreportIfUserConsented()
2904 if (consent_result == UserConsentResult::DENIED) { in CopyBugreportIfUserConsented()
2909 if (consent_result == UserConsentResult::APPROVED) { in CopyBugreportIfUserConsented()
2925 } else if (consent_result == UserConsentResult::UNAVAILABLE) { in CopyBugreportIfUserConsented()