Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
H A DAbstractEnableAdbPreferenceController.java37 import com.android.settingslib.core.ConfirmationDialogController;
40 DeveloperOptionsPreferenceController implements ConfirmationDialogController {
H A DAbstractLogpersistPreferenceController.java34 import com.android.settingslib.core.ConfirmationDialogController;
42 LifecycleObserver, OnCreate, OnDestroy, ConfirmationDialogController {
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/
H A DConfirmationDialogController.java25 public interface ConfirmationDialogController { interface