Searched refs:showRestrictionDialog (Results 1 – 7 of 7) 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()
57 showRestrictionDialog(); in onCreate()61 public void showRestrictionDialog() { in showRestrictionDialog() method in SystemDashboardFragment65 .showRestrictionDialog(this); in showRestrictionDialog()
31 void showRestrictionDialog(Fragment parent); in showRestrictionDialog() method
35 public void showRestrictionDialog(Fragment parent) { in showRestrictionDialog() method in AwareFeatureProviderImpl