Home
last modified time | relevance | path

Searched refs:getAdminSupportTitle (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
DFinancedDeviceActionDisabledByAdminController.java42 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle() method in FinancedDeviceActionDisabledByAdminController
DActionDisabledByAdminController.java47 String getAdminSupportTitle(@Nullable String restriction); in getAdminSupportTitle() method
DBiometricActionDisabledByAdminController.java45 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle() method in BiometricActionDisabledByAdminController
DManagedDeviceActionDisabledByAdminController.java124 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle() method in ManagedDeviceActionDisabledByAdminController
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
DManagedDeviceActionDisabledByAdminControllerTest.java131 assertThat(controller.getAdminSupportTitle(null)) in getAdminSupportTitleResource_noRestriction_works()
139 assertThat(controller.getAdminSupportTitle(RESTRICTION)) in getAdminSupportTitleResource_withRestriction_works()
DFinancedDeviceActionDisabledByAdminControllerTest.java70 assertThat(mController.getAdminSupportTitle(null)) in getAdminSupportTitleResource_works()