Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl506 String getGlobalPrivateDnsHost(in ComponentName admin); in getGlobalPrivateDnsHost() method
H A DDevicePolicyManager.java15493 public @Nullable String getGlobalPrivateDnsHost(@NonNull ComponentName admin) { in getGlobalPrivateDnsHost() method in DevicePolicyManager
15500 return mService.getGlobalPrivateDnsHost(admin); in getGlobalPrivateDnsHost()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java20243 public String getGlobalPrivateDnsHost(@NonNull ComponentName who) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7803 method @Nullable public String getGlobalPrivateDnsHost(@NonNull android.content.ComponentName);