Searched refs:showRestrictionDialog (Results 1 – 4 of 4) sorted by relevance
87 mFragment.showRestrictionDialog(); in showRestrictionDialog_hasValidExtra_shouldShowDialog()89 verify(mProvider).showRestrictionDialog(any()); in showRestrictionDialog_hasValidExtra_shouldShowDialog()97 mFragment.showRestrictionDialog(); in showRestrictionDialog_hasInvalidExtra_shouldNotShowDialog()99 verify(mProvider, never()).showRestrictionDialog(any()); in showRestrictionDialog_hasInvalidExtra_shouldNotShowDialog()
54 showRestrictionDialog(); in onCreate()58 public void showRestrictionDialog() { in showRestrictionDialog() method in SystemDashboardFragment62 .showRestrictionDialog(this); in showRestrictionDialog()
31 void showRestrictionDialog(Fragment parent); in showRestrictionDialog() method
35 public void showRestrictionDialog(Fragment parent) { in showRestrictionDialog() method in AwareFeatureProviderImpl