Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupChooseLockPatternTest.java122 final AlertDialog chooserDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in verifyScreenLockOptionsShown() local
123 assertThat(chooserDialog).isNotNull(); in verifyScreenLockOptionsShown()
124 int count = chooserDialog.getListView().getCount(); in verifyScreenLockOptionsShown()
173 AlertDialog chooserDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in skipButton_shouldBeVisible_duringNonFingerprintFlow() local
174 assertThat(chooserDialog).isNotNull(); in skipButton_shouldBeVisible_duringNonFingerprintFlow()
DSetupChooseLockPasswordTest.java193 final AlertDialog chooserDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in createActivity_skipButtonInIntroductionStage_shouldBeVisible() local
194 assertThat(chooserDialog).isNotNull(); in createActivity_skipButtonInIntroductionStage_shouldBeVisible()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DPermissionPreference.java484 BackgroundAccessChooser chooserDialog = new BackgroundAccessChooser(); in showBackgroundChooserDialog() local
485 chooserDialog.setArguments(args); in showBackgroundChooserDialog()
486 chooserDialog.show(mFragment.getChildFragmentManager().beginTransaction(), in showBackgroundChooserDialog()