Home
last modified time | relevance | path

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

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