Searched refs:LastTryDialog (Results 1 – 3 of 3) sorted by relevance
364 LastTryDialog.show(fragmentManager, title, message, in updateErrorMessage()369 LastTryDialog.show(fragmentManager, null /* title */, message, in updateErrorMessage()470 public static class LastTryDialog extends DialogFragment { class in ConfirmDeviceCredentialBaseFragment471 private static final String TAG = LastTryDialog.class.getSimpleName();480 LastTryDialog existent = (LastTryDialog) from.findFragmentByTag(TAG); in show()490 DialogFragment dialog = new LastTryDialog(); in show()498 LastTryDialog dialog = (LastTryDialog) from.findFragmentByTag(TAG); in hide()
43 import com.android.settings.password.ConfirmDeviceCredentialBaseFragment.LastTryDialog;184 assertThat(LastTryDialog.show( in testLastTryDialogShownExactlyOnce()187 assertThat(LastTryDialog.show( in testLastTryDialogShownExactlyOnce()192 LastTryDialog.hide(fm); in testLastTryDialogShownExactlyOnce()193 assertThat(LastTryDialog.show( in testLastTryDialogShownExactlyOnce()
6 com.android.settings.password.ConfirmDeviceCredentialBaseFragment$LastTryDialog