Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/consent/
DLegacyConsentUiHelper.java58 class LegacyConsentUiHelper implements ConsentUiHelper { class
76 LegacyConsentUiHelper(Activity activity, AccessibilityContextMenuMaker contextMenuMaker, in LegacyConsentUiHelper() method in LegacyConsentUiHelper
DConsentUiHelperFactory.java33 return new LegacyConsentUiHelper(activity, contextMenuMaker, callback, utils); in getInstance()