Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java364 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 ConfirmDeviceCredentialBaseFragment
471 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DConfirmCredentialTest.java43 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()
/packages/apps/Settings/tests/robotests/assets/
Dexempt_not_implementing_instrumentable6 com.android.settings.password.ConfirmDeviceCredentialBaseFragment$LastTryDialog