Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/consent/
H A DConsentUiHelperImpl.java110 Utils.addAcceptAndContinueButton(layout, v -> onNextButtonClicked()); in setupAcceptAndContinueButton()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DUtils.java783 public static FooterButton addAcceptAndContinueButton(GlifLayout layout, in addAcceptAndContinueButton() method