Searched defs:confirmListener (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/ |
D | ProfilesDialogProvider.java | 52 Context context, @Nullable ConfirmationDialogFragment.ConfirmListener confirmListener, in getConfirmCreateNewProfileDialogFragment() 72 @Nullable ConfirmationDialogFragment.ConfirmListener confirmListener, in getConfirmExitRetailModeDialogFragment() 99 @Nullable ConfirmationDialogFragment.ConfirmListener confirmListener, in getConfirmGrantAdminDialogFragment() 124 Context context, @Nullable ConfirmationDialogFragment.ConfirmListener confirmListener, in getConfirmRemoveLastProfileDialogFragment() 149 @Nullable ConfirmationDialogFragment.ConfirmListener confirmListener, in getConfirmRemoveLastAdminDialogFragment() 168 @Nullable ConfirmationDialogFragment.ConfirmListener confirmListener, in getConfirmRemoveProfileDialogFragment()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ConfirmationDialogFragment.java | 83 public Builder setPositiveButton(String label, ConfirmListener confirmListener) { in setPositiveButton() 90 public Builder setPositiveButton(@StringRes int label, ConfirmListener confirmListener) { in setPositiveButton() 211 @Nullable ConfirmListener confirmListener, in resetListeners() 233 private void setConfirmListener(ConfirmListener confirmListener) { in setConfirmListener()
|
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
D | RemoteRequestBugreportActivity.java | 90 ConfirmationDialogFragment.ConfirmListener confirmListener = arguments -> in getInitialFragment() local
|