Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java141 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn(null); in managedNoOwnerName()
152 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn(ORGANIZATION_NAME); in managedOwnerName()
169 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn(null); in updateOnTheFly()
178 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn(ORGANIZATION_NAME); in updateOnTheFly()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java105 when(mSecurityController.getDeviceOwnerOrganizationName()).thenReturn(null); in testManagedNoOwnerName()
120 when(mSecurityController.getDeviceOwnerOrganizationName()) in testManagedOwnerName()
137 when(mSecurityController.getDeviceOwnerOrganizationName()).thenReturn(null); in testManagedDemoMode()
163 when(mSecurityController.getDeviceOwnerOrganizationName()) in testNetworkLoggingEnabled()
200 when(mSecurityController.getDeviceOwnerOrganizationName()) in testManagedOneVpnEnabled()
226 when(mSecurityController.getDeviceOwnerOrganizationName()) in testManagedTwoVpnsEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java29 CharSequence getDeviceOwnerOrganizationName(); in getDeviceOwnerOrganizationName() method
DSecurityControllerImpl.java178 public CharSequence getDeviceOwnerOrganizationName() { in getDeviceOwnerOrganizationName() method in SecurityControllerImpl
179 return mDevicePolicyManager.getDeviceOwnerOrganizationName(); in getDeviceOwnerOrganizationName()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java54 public CharSequence getDeviceOwnerOrganizationName() { in getDeviceOwnerOrganizationName() method in FakeSecurityController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java121 when(mDevicePolicyManager.getDeviceOwnerOrganizationName()).thenReturn("organization"); in testGetDeviceOwnerOrganizationName()
122 assertEquals("organization", mSecurityController.getDeviceOwnerOrganizationName()); in testGetDeviceOwnerOrganizationName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooter.java150 final CharSequence organizationName = mSecurityController.getDeviceOwnerOrganizationName(); in handleRefreshState()
257 mSecurityController.getDeviceOwnerOrganizationName(); in createDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java237 mDevicePolicyManager.getDeviceOwnerOrganizationName(); in updateDisclosure()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl344 CharSequence getDeviceOwnerOrganizationName(); in getDeviceOwnerOrganizationName() method
DDevicePolicyManager.java9528 public @Nullable CharSequence getDeviceOwnerOrganizationName() { in getDeviceOwnerOrganizationName() method in DevicePolicyManager
9530 return mService.getDeviceOwnerOrganizationName(); in getDeviceOwnerOrganizationName()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java3908 assertEquals("organization", dpm.getDeviceOwnerOrganizationName()); in testDeviceOwnerOrganizationName()
3913 assertEquals("organization", dpm.getDeviceOwnerOrganizationName()); in testDeviceOwnerOrganizationName()
3918 assertEquals("organization", dpm.getDeviceOwnerOrganizationName()); in testDeviceOwnerOrganizationName()
3922 assertNull(dpm.getDeviceOwnerOrganizationName()); in testDeviceOwnerOrganizationName()
/frameworks/base/api/
Dtest-current.txt421 method @Nullable public CharSequence getDeviceOwnerOrganizationName();
Dsystem-current.txt670 method @Nullable public CharSequence getDeviceOwnerOrganizationName();
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12367 public CharSequence getDeviceOwnerOrganizationName() { in getDeviceOwnerOrganizationName() method
/frameworks/base/config/
Dboot-image-profile.txt40789 HSPLandroid/app/admin/DevicePolicyManager;->getDeviceOwnerOrganizationName()Ljava/lang/CharSequence;
40799 HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerOrganizationName()Ljava/lang/…
Dhiddenapi-greylist-max-o.txt2913 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerOrganizationName()Ljava/lang/Cha…
3445 Landroid/app/admin/IDevicePolicyManager;->getDeviceOwnerOrganizationName()Ljava/lang/CharSequence;
/frameworks/base/services/
Dart-profile6267 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getDeviceOwnerOrganizationName()Lj…