Searched refs:setRecommendedGlobalProxy (Results 1 – 7 of 7) sorted by relevance
138 void setRecommendedGlobalProxy(in ComponentName admin, in ProxyInfo proxyInfo); in setRecommendedGlobalProxy() method
6751 public void setRecommendedGlobalProxy(@NonNull ComponentName admin, @Nullable ProxyInfo in setRecommendedGlobalProxy() method in DevicePolicyManager6756 mService.setRecommendedGlobalProxy(admin, proxyInfo); in setRecommendedGlobalProxy()
8254 dpm.setRecommendedGlobalProxy(admin1, null); in testSetRecommendedGlobalProxy_asDeviceOwner()8264 assertThrows(SecurityException.class, () -> dpm.setRecommendedGlobalProxy(admin1, null)); in testSetRecommendedGlobalProxy_hasUnaffiliatedUsers()
8430 public void setRecommendedGlobalProxy(ComponentName who, ProxyInfo proxyInfo) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2845 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->setRecommendedGlobalProxy(Landroid/content/Com…3370 Landroid/app/admin/IDevicePolicyManager;->setRecommendedGlobalProxy(Landroid/content/ComponentName;…
8006 …method public void setRecommendedGlobalProxy(@NonNull android.content.ComponentName, @Nullable and…