Home
last modified time | relevance | path

Searched refs:showRestrictionDialog (Results 1 – 7 of 7) 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.java57 showRestrictionDialog(); in onCreate()
61 public void showRestrictionDialog() { in showRestrictionDialog() method in SystemDashboardFragment
65 .showRestrictionDialog(this); in showRestrictionDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/system/
DSystemDashboardFragment.java57 showRestrictionDialog(); in onCreate()
61 public void showRestrictionDialog() { in showRestrictionDialog() method in SystemDashboardFragment
65 .showRestrictionDialog(this); in showRestrictionDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/aware/
DAwareFeatureProvider.java31 void showRestrictionDialog(Fragment parent); in showRestrictionDialog() method
DAwareFeatureProviderImpl.java35 public void showRestrictionDialog(Fragment parent) { in showRestrictionDialog() method in AwareFeatureProviderImpl
/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