Home
last modified time | relevance | path

Searched refs:LastTryDialog (Results 1 – 4 of 4) 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmDeviceCredentialBaseFragment.java256 LastTryDialog.show(fragmentManager, title, messageId, in updateErrorMessage()
261 LastTryDialog.show(fragmentManager, null /* title */, messageId, in updateErrorMessage()
315 public static class LastTryDialog extends DialogFragment { class in ConfirmDeviceCredentialBaseFragment
316 private static final String TAG = LastTryDialog.class.getSimpleName();
325 LastTryDialog existent = (LastTryDialog) from.findFragmentByTag(TAG); in show()
335 DialogFragment dialog = new LastTryDialog(); in show()
343 LastTryDialog dialog = (LastTryDialog) from.findFragmentByTag(TAG); in hide()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java269 LastTryDialog.show(fragmentManager, title, messageId, in updateErrorMessage()
274 LastTryDialog.show(fragmentManager, null /* title */, messageId, in updateErrorMessage()
328 public static class LastTryDialog extends DialogFragment { class in ConfirmDeviceCredentialBaseFragment
329 private static final String TAG = LastTryDialog.class.getSimpleName();
338 LastTryDialog existent = (LastTryDialog) from.findFragmentByTag(TAG); in show()
348 DialogFragment dialog = new LastTryDialog(); in show()
356 LastTryDialog dialog = (LastTryDialog) from.findFragmentByTag(TAG); in hide()
/packages/apps/Settings/tests/robotests/assets/
Dgrandfather_not_implementing_instrumentable7 com.android.settings.password.ConfirmDeviceCredentialBaseFragment$LastTryDialog