Searched refs:ConsentCallback (Results 1 – 2 of 2) sorted by relevance
466 class ConsentCallback : public android::os::BnIncidentAuthListener {468 ConsentCallback();502 android::sp<ConsentCallback> consent_callback_;
132 typedef Dumpstate::ConsentCallback::ConsentResult UserConsentResult;649 Dumpstate::ConsentCallback::ConsentCallback() : result_(UNAVAILABLE), start_time_(Nanotime()) { in ConsentCallback() function in Dumpstate::ConsentCallback652 android::binder::Status Dumpstate::ConsentCallback::onReportApproved() { in onReportApproved()659 android::binder::Status Dumpstate::ConsentCallback::onReportDenied() { in onReportDenied()666 UserConsentResult Dumpstate::ConsentCallback::getResult() { in getResult()671 uint64_t Dumpstate::ConsentCallback::getElapsedTimeMs() const { in getElapsedTimeMs()2854 consent_callback_ = new ConsentCallback(); in CheckUserConsent()