Searched refs:makeAlertDialogBuilder (Results 1 – 17 of 17) sorted by relevance
32 public static AlertDialog.Builder makeAlertDialogBuilder(Context context) { in makeAlertDialogBuilder() method in FrameworksUtils
271 AlertDialog dialog = FrameworksUtils.makeAlertDialogBuilder(context) in handlePinEntry()301 AlertDialog alert = FrameworksUtils.makeAlertDialogBuilder(context) in showDeviceIdPanel()
71 sDisplayMessageDialog = FrameworksUtils.makeAlertDialogBuilder(context) in displayMessage()
81 AlertDialog.Builder builder = FrameworksUtils.makeAlertDialogBuilder(mContext); in onClick()
445 FrameworksUtils.makeAlertDialogBuilder(getContext()); in handleGetCFResponse()459 FrameworksUtils.makeAlertDialogBuilder(getContext()); in handleGetCFResponse()
87 AlertDialog.Builder builder = FrameworksUtils.makeAlertDialogBuilder(this); in onCreateDialog()
309 mPUKAlert = FrameworksUtils.makeAlertDialogBuilder(this) in displayPUKAlert()
226 AlertDialog.Builder builder = FrameworksUtils.makeAlertDialogBuilder(this); in onPreferenceChange()
433 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testSimpleDialog_launchAndResponse_notifiesCallback_preT()502 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testSimpleDialog_timeoutCancelsDialog_preT()540 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testSimpleDialog_dismissedBeforeTimeout_preT()605 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testLegacySimpleDialog_launchAndResponse_notifiesCallback()674 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testLegacySimpleDialog_timeoutCancelsDialog()712 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testLegacySimpleDialog_dismissedBeforeTimeout()758 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testLegacySimpleDialog_cancelledDueToActionCloseSystemDialogs()804 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(builder); in testLegacySimpleDialog_windowTypeChangedDueToScreenOff()
193 verify(mFrameworkFacade, never()).makeAlertDialogBuilder(any()); in testWifiConfigurationMismatch()
1105 verify(mFrameworkFacade, never()).makeAlertDialogBuilder(any()); in verifyTrustOnFirstUseFlow()
10025 verify(mFrameworkFacade, never()).makeAlertDialogBuilder(any()); in verifyLegacyEapNetworkRejectOnNotificationWhenAutoConnect()
307 public AlertDialog.Builder makeAlertDialogBuilder(Context context) { in makeAlertDialogBuilder() method in FrameworkFacade
540 mAlertDialog = mFrameworkFacade.makeAlertDialogBuilder( in launchDialog()
4853 AlertDialog dialog = mFrameworkFacade.makeAlertDialogBuilder(mContext) in showFrequencyConflictDialogPreT()5979 AlertDialog dialog = mFrameworkFacade.makeAlertDialogBuilder(mContext) in showInvitationSentDialogPreT()6042 AlertDialog dialog = mFrameworkFacade.makeAlertDialogBuilder(mContext) in showP2pProvDiscShowPinRequestDialogPreT()6127 mLegacyInvitationDialog = mFrameworkFacade.makeAlertDialogBuilder(mContext) in showInvitationReceivedDialogPreT()
4300 AlertDialog.Builder builder = FrameworksUtils.makeAlertDialogBuilder(context); in showDataDialog()
1475 when(mFrameworkFacade.makeAlertDialogBuilder(any())).thenReturn(mAlertDialogBuilder); in setUpWifiP2pServiceImpl()