Home
last modified time | relevance | path

Searched refs:ActionDisabledLearnMoreButtonLauncherImpl (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
H A DActionDisabledLearnMoreButtonLauncherImpl.java37 final class ActionDisabledLearnMoreButtonLauncherImpl class
40 private static final Logger LOG = new Logger(ActionDisabledLearnMoreButtonLauncherImpl.class);
47 ActionDisabledLearnMoreButtonLauncherImpl(AlertDialogBuilder builder) { in ActionDisabledLearnMoreButtonLauncherImpl() method in ActionDisabledLearnMoreButtonLauncherImpl
51 ActionDisabledLearnMoreButtonLauncherImpl(AlertDialogBuilder builder, in ActionDisabledLearnMoreButtonLauncherImpl() method in ActionDisabledLearnMoreButtonLauncherImpl
H A DActionDisabledByAdminDialogFragment.java144 new ActionDisabledLearnMoreButtonLauncherImpl(builder, in initialize()
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/
H A DActionDisabledLearnMoreButtonLauncherImpl.java38 public final class ActionDisabledLearnMoreButtonLauncherImpl class
44 ActionDisabledLearnMoreButtonLauncherImpl(Activity activity, AlertDialog.Builder builder) { in ActionDisabledLearnMoreButtonLauncherImpl() method in ActionDisabledLearnMoreButtonLauncherImpl
H A DActionDisabledByAdminDialogHelper.java95 new ActionDisabledLearnMoreButtonLauncherImpl(mActivity, builder)); in prepareDialogBuilder()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/enterprise/
H A DActionDisabledLearnMoreButtonLauncherImplTest.java79 private ActionDisabledLearnMoreButtonLauncherImpl mImpl;
93 mImpl = new ActionDisabledLearnMoreButtonLauncherImpl(mActivity, mBuilder); in setUp()