Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl338 boolean getAutoTimeEnabled(in ComponentName who); in getAutoTimeEnabled() method
H A DDevicePolicyManager.java7417 public boolean getAutoTimeEnabled(@NonNull ComponentName admin) { in getAutoTimeEnabled() method in DevicePolicyManager
7420 return mService.getAutoTimeEnabled(admin); in getAutoTimeEnabled()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java7960 public boolean getAutoTimeEnabled(ComponentName who) {
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt7135 method public boolean getAutoTimeEnabled(@NonNull android.content.ComponentName);