Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
H A DActionDisabledByAdminDialogHelperTest.java127 setupFinancedDevice(dpmShadow); in testSetAdminSupportTitleForFinancedDevice()
147 dpmShadow.setShortSupportMessageForUser(component, 123, "some message"); in testSetAdminSupportDetails()
148 dpmShadow.setIsAdminActiveAsUser(true); in testSetAdminSupportDetails()
168 dpmShadow.setShortSupportMessageForUser(component, 123, null); in testSetAdminSupportDetails_shortSupportMessageIsNull()
169 dpmShadow.setIsAdminActiveAsUser(true); in testSetAdminSupportDetails_shortSupportMessageIsNull()
191 dpmShadow.setIsAdminActiveAsUser(false); in testSetAdminSupportDetailsNotAdmin()
246 dpmShadow.setDeviceOwner(component); in setupFinancedDevice()
247 dpmShadow.setDeviceOwnerComponentOnAnyUser(component); in setupFinancedDevice()
248 dpmShadow.setDeviceOwnerType(component, DEVICE_OWNER_TYPE_FINANCED); in setupFinancedDevice()
249 dpmShadow.setShortSupportMessageForUser(component, 123, null); in setupFinancedDevice()
[all …]