Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java72 private static final ComponentName DEVICE_OWNER_COMPONENT = field in SecurityControllerTest
148 .thenReturn(DEVICE_OWNER_COMPONENT); in testGetDeviceOwnerComponentOnAnyUser()
150 DEVICE_OWNER_COMPONENT); in testGetDeviceOwnerComponentOnAnyUser() local
157 when(mDevicePolicyManager.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in testIsFinancedDevice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java95 private static final ComponentName DEVICE_OWNER_COMPONENT = field in QSSecurityFooterTest
130 .thenReturn(DEVICE_OWNER_COMPONENT); in setUp()
133 when(mSecurityController.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in setUp()
197 when(mSecurityController.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in testManagedFinancedDeviceWithOwnerName()
510 when(mSecurityController.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in testGetManagementTitleForFinancedDevice()
541 when(mSecurityController.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in testGetManagementMessage_deviceOwner_asFinancedDevice()
708 when(mSecurityController.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in testCreateDialogViewForFinancedDevice()
732 when(mSecurityController.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in testFinancedDeviceUsesSettingsButtonText()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java107 protected static final ComponentName DEVICE_OWNER_COMPONENT = new ComponentName( field in KeyguardIndicationControllerBaseTest
236 .thenReturn(DEVICE_OWNER_COMPONENT); in setUp()
239 when(mDevicePolicyManager.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in setUp()
DKeyguardIndicationControllerTest.java305 when(mDevicePolicyManager.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in disclosure_deviceOwner_financedDeviceWithOrganizationName()