Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooterUtils.java504 CharSequence managementMessage = getManagementMessage(isDeviceManaged, in createOrganizationDialogView() local
506 if (managementMessage == null) { in createOrganizationDialogView()
512 deviceManagementWarning.setText(managementMessage); in createOrganizationDialogView()
574 configSubtitleVisibility(managementMessage != null, in createOrganizationDialogView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSSecurityFooterTest.java716 TextView managementMessage = view.findViewById(R.id.device_management_warning); in testCreateDialogViewForFinancedDevice() local
717 assertEquals(View.VISIBLE, managementMessage.getVisibility()); in testCreateDialogViewForFinancedDevice()
719 MANAGING_ORGANIZATION, MANAGING_ORGANIZATION), managementMessage.getText()); in testCreateDialogViewForFinancedDevice()