Searched refs:setRecommendedGlobalProxy (Results 1 – 8 of 8) sorted by relevance
139 void setRecommendedGlobalProxy(in ComponentName admin, in ProxyInfo proxyInfo); in setRecommendedGlobalProxy() method
7031 public void setRecommendedGlobalProxy(@NonNull ComponentName admin, @Nullable ProxyInfo in setRecommendedGlobalProxy() method in DevicePolicyManager7036 mService.setRecommendedGlobalProxy(admin, proxyInfo); in setRecommendedGlobalProxy()
8270 dpm.setRecommendedGlobalProxy(admin1, null); in testSetRecommendedGlobalProxy_asDeviceOwner()8280 assertThrows(SecurityException.class, () -> dpm.setRecommendedGlobalProxy(admin1, null)); in testSetRecommendedGlobalProxy_hasUnaffiliatedUsers()
8598 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;…
5382 …method public void setRecommendedGlobalProxy(android.content.ComponentName, android.net.ProxyInfo);
8233 …method public void setRecommendedGlobalProxy(@NonNull android.content.ComponentName, @Nullable and…