Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java105 protected static final String ORGANIZATION_NAME = "organization"; field in KeyguardIndicationControllerBaseTest
221 ORGANIZATION_NAME); in setUp()
224 R.string.do_financed_disclosure_with_name, ORGANIZATION_NAME); in setUp()
DKeyguardIndicationControllerTest.java244 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn(ORGANIZATION_NAME); in disclosure_deviceOwner_withOrganizationName()
259 when(mDevicePolicyManager.getOrganizationNameForUser(eq(10))).thenReturn(ORGANIZATION_NAME); in disclosure_orgOwnedDeviceWithManagedProfile_withOrganizationName()
282 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn(ORGANIZATION_NAME); in disclosure_updateOnTheFly()
302 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn(ORGANIZATION_NAME); in disclosure_deviceOwner_financedDeviceWithOrganizationName()