Home
last modified time | relevance | path

Searched refs:getGlobalPrivateDnsHost (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl466 String getGlobalPrivateDnsHost(in ComponentName admin); in getGlobalPrivateDnsHost() method
DDevicePolicyManager.java12995 public @Nullable String getGlobalPrivateDnsHost(@NonNull ComponentName admin) { in getGlobalPrivateDnsHost() method in DevicePolicyManager
13002 return mService.getGlobalPrivateDnsHost(admin); in getGlobalPrivateDnsHost()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java16001 public String getGlobalPrivateDnsHost(@NonNull ComponentName who) {
/frameworks/base/core/api/
Dcurrent.txt7147 method @Nullable public String getGlobalPrivateDnsHost(@NonNull android.content.ComponentName);