Home
last modified time | relevance | path

Searched defs:updateTimeZone (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java381 void updateTimeZone(TimeZone timeZone) { in updateTimeZone() method in KeyguardClockSwitchController
/aosp12/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl87 void updateTimeZone(); in updateTimeZone() method
H A DActivityThread.java1184 public void updateTimeZone() { in updateTimeZone() method in ActivityThread.ApplicationThread
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java470 public void updateTimeZone() throws RemoteException { in updateTimeZone() method in TransactionParcelTests.StubAppThread