Home
last modified time | relevance | path

Searched refs:showRestrictionDialog (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/system/
DSystemDashboardFragmentTest.java87 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()
/packages/apps/Settings/src/com/android/settings/system/
DSystemDashboardFragment.java54 showRestrictionDialog(); in onCreate()
58 public void showRestrictionDialog() { in showRestrictionDialog() method in SystemDashboardFragment
62 .showRestrictionDialog(this); in showRestrictionDialog()
/packages/apps/Settings/src/com/android/settings/aware/
DAwareFeatureProvider.java31 void showRestrictionDialog(Fragment parent); in showRestrictionDialog() method
DAwareFeatureProviderImpl.java35 public void showRestrictionDialog(Fragment parent) { in showRestrictionDialog() method in AwareFeatureProviderImpl