Searched refs:chooserDialog (Results 1 – 3 of 3) sorted by relevance
122 final AlertDialog chooserDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in verifyScreenLockOptionsShown() local123 assertThat(chooserDialog).isNotNull(); in verifyScreenLockOptionsShown()124 int count = chooserDialog.getListView().getCount(); in verifyScreenLockOptionsShown()173 AlertDialog chooserDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in skipButton_shouldBeVisible_duringNonFingerprintFlow() local174 assertThat(chooserDialog).isNotNull(); in skipButton_shouldBeVisible_duringNonFingerprintFlow()
193 final AlertDialog chooserDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in createActivity_skipButtonInIntroductionStage_shouldBeVisible() local194 assertThat(chooserDialog).isNotNull(); in createActivity_skipButtonInIntroductionStage_shouldBeVisible()
484 BackgroundAccessChooser chooserDialog = new BackgroundAccessChooser(); in showBackgroundChooserDialog() local485 chooserDialog.setArguments(args); in showBackgroundChooserDialog()486 chooserDialog.show(mFragment.getChildFragmentManager().beginTransaction(), in showBackgroundChooserDialog()