Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DConfirmCredentialTest.java24 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()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java246 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 ConfirmDeviceCredentialBaseFragment
306 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()
/packages/apps/Settings/tests/robotests/assets/
Dexempt_not_implementing_instrumentable7 com.android.settings.password.ConfirmDeviceCredentialBaseFragment$LastTryDialog