Searched refs:isOrganizationOwnedDeviceWithManagedProfile (Results 1 – 18 of 18) sorted by relevance
609 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()619 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()637 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()647 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()657 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()829 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()847 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()865 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()875 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()914 whenever(devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile).thenReturn(true) in <lambda>()[all …]
99 if (profileAdmin != null && dpm.isOrganizationOwnedDeviceWithManagedProfile()) { in checkIfInputMethodDisallowed()
141 devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile && in getUserForHandlingNotesTaking()
201 when(mDevicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile()).thenReturn(false); in disclosure_unmanaged()228 when(mDevicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile()).thenReturn(true); in disclosure_orgOwnedDeviceWithManagedProfile_noOrganizationName()256 when(mDevicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile()).thenReturn(true); in disclosure_orgOwnedDeviceWithManagedProfile_withOrganizationName()
262 return mDevicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile(); in isProfileOwnerOfOrganizationOwnedDevice()
799 || mDevicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile(); in isOrganizationOwnedDevice()806 } else if (mDevicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile()) { in getOrganizationOwnedDeviceOrganizationName()
935 doReturn(false).when(mDevicePolicyManager).isOrganizationOwnedDeviceWithManagedProfile(); in testDownloadSubscription_profileOwner_usingSwitchAfterDownload_fails()964 doReturn(true).when(mDevicePolicyManager).isOrganizationOwnedDeviceWithManagedProfile(); in testDownloadSubscription_orgOwnedProfileOwner_usingSwitchAfterDownload_success()990 doReturn(false).when(mDevicePolicyManager).isOrganizationOwnedDeviceWithManagedProfile(); in testDownloadSubscription_deviceOwner_usingSwitchAfterDownload_success()
362 if (profileAdmin != null && dpm.isOrganizationOwnedDeviceWithManagedProfile()) { in checkIfInputMethodDisallowed()
198 boolean isOrganizationOwnedDeviceWithManagedProfile(); in isOrganizationOwnedDeviceWithManagedProfile() method
10072 (query) -> getService().isOrganizationOwnedDeviceWithManagedProfile());10087 public boolean isOrganizationOwnedDeviceWithManagedProfile() { in isOrganizationOwnedDeviceWithManagedProfile() method in DevicePolicyManager
2211 && devicePolicyManager.isOrganizationOwnedDeviceWithManagedProfile())); in shouldAllowSwitchAfterDownload()
10764 public boolean isOrganizationOwnedDeviceWithManagedProfile() {11717 Preconditions.checkState(isOrganizationOwnedDeviceWithManagedProfile(),13113 Preconditions.checkState(isOrganizationOwnedDeviceWithManagedProfile(),18171 Preconditions.checkCallAuthorization(isOrganizationOwnedDeviceWithManagedProfile()18186 Preconditions.checkCallAuthorization(isOrganizationOwnedDeviceWithManagedProfile()18232 Preconditions.checkCallAuthorization(isOrganizationOwnedDeviceWithManagedProfile()18254 Preconditions.checkCallAuthorization(isOrganizationOwnedDeviceWithManagedProfile()18981 if (!isOrganizationOwnedDeviceWithManagedProfile()) {18994 boolean orgOwnedProfileDevice = isOrganizationOwnedDeviceWithManagedProfile();
4437 assertThat(dpm.isOrganizationOwnedDeviceWithManagedProfile()).isFalse(); in testIsOrganizationOwnedDevice()4445 assertThat(dpm.isOrganizationOwnedDeviceWithManagedProfile()).isTrue(); in testIsOrganizationOwnedDevice()4449 assertThat(dpm.isOrganizationOwnedDeviceWithManagedProfile()).isTrue(); in testIsOrganizationOwnedDevice()
2922 HSPLandroid/app/admin/DevicePolicyManager;->isOrganizationOwnedDeviceWithManagedProfile()Z2940 HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->isOrganizationOwnedDeviceWithManagedProfile…
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9803 …droid/server/devicepolicy/DevicePolicyManagerService;->isOrganizationOwnedDeviceWithManagedProfile…
8123 method public boolean isOrganizationOwnedDeviceWithManagedProfile();