Searched refs:LastTryDialog (Results 1 – 3 of 3) sorted by relevance
24 import com.android.settings.password.ConfirmDeviceCredentialBaseFragment.LastTryDialog;39 assertThat(LastTryDialog.show( in testLastTryDialogShownExactlyOnce()41 assertThat(LastTryDialog.show( in testLastTryDialogShownExactlyOnce()45 LastTryDialog.hide(fm); in testLastTryDialogShownExactlyOnce()46 assertThat(LastTryDialog.show( in testLastTryDialogShownExactlyOnce()
246 LastTryDialog.show(fragmentManager, title, messageId, in updateErrorMessage()251 LastTryDialog.show(fragmentManager, null /* title */, messageId, in updateErrorMessage()305 public static class LastTryDialog extends DialogFragment { class in ConfirmDeviceCredentialBaseFragment306 private static final String TAG = LastTryDialog.class.getSimpleName();315 LastTryDialog existent = (LastTryDialog) from.findFragmentByTag(TAG); in show()325 DialogFragment dialog = new LastTryDialog(); in show()333 LastTryDialog dialog = (LastTryDialog) from.findFragmentByTag(TAG); in hide()
7 com.android.settings.password.ConfirmDeviceCredentialBaseFragment$LastTryDialog