Searched refs:mSystemUIDialog (Results 1 – 4 of 4) sorted by relevance
66 private SystemUIDialog mSystemUIDialog; field in RearDisplayDialogControllerTest85 when(mSystemUIDialogFactory.create()).thenReturn(mSystemUIDialog); in setup()86 when(mSystemUIDialog.getContext()).thenReturn(mContext); in setup()101 verify(mSystemUIDialog).show(); in testClosedDialogIsShown()124 verify(mSystemUIDialog).show(); in testClosedDialogIsRefreshedOnConfigurationChange()129 reset(mSystemUIDialog); in testClosedDialogIsRefreshedOnConfigurationChange()130 when(mSystemUIDialog.isShowing()).thenReturn(true); in testClosedDialogIsRefreshedOnConfigurationChange()131 when(mSystemUIDialog.getContext()).thenReturn(mContext); in testClosedDialogIsRefreshedOnConfigurationChange()154 verify(mSystemUIDialog).show(); in testOpenDialogIsShown()165 verify(mSystemUIDialog).setView(viewCaptor.capture()); in getDialogViewContainer()
97 private SystemUIDialog mSystemUIDialog; field in PowerNotificationWarningsTest121 when(mSystemUIDialogFactory.create()).thenReturn(mSystemUIDialog); in setUp()
89 private SystemUIDialog mSystemUIDialog; field in InternetDialogDelegateTest130 .thenReturn(mSystemUIDialog); in setUp()545 eq(mSystemUIDialog), eq(null), eq(false)); in updateDialog_showSecondaryDataSub()
103 SystemUIDialog mSystemUIDialog; field in FgsManagerControllerTest123 when(mSystemUIDialogFactory.create()).thenReturn(mSystemUIDialog); in setUp()