Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/consent/
DConsentUiHelperImpl.java43 class ConsentUiHelperImpl implements ConsentUiHelper { class
51 ConsentUiHelperImpl(Activity activity, ConsentUiHelperCallback callback, Utils utils, in ConsentUiHelperImpl() method in ConsentUiHelperImpl
DConsentUiHelperFactory.java35 return new ConsentUiHelperImpl(activity, callback, utils, in getInstance()