Home
last modified time | relevance | path

Searched refs:getClock (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java418 ClockController clock = getClock(); in displayClock()
430 ClockController clock = getClock(); in animateFoldToAod()
445 ClockController clock = getClock(); in refresh()
479 ClockController clock = getClock(); in getClockBottom()
502 ClockController clock = getClock(); in getClockHeight()
536 public ClockController getClock() { in getClock() method in KeyguardClockSwitchController
537 return mClockEventController.getClock(); in getClock()
598 ClockController clock = getClock(); in dump()
614 ClockController clock = getClock(); in clockHasCustomWeatherDataDisplay()
H A DKeyguardStatusViewController.java301 ClockController clock = mKeyguardClockSwitchController.getClock(); in updatePosition()
379 ClockController clock = mKeyguardClockSwitchController.getClock(); in isLargeClockBlockingNotificationShelf()
451 ClockController clock = mKeyguardClockSwitchController.getClock(); in updateAlignment()
567 ClockController clock = mController.getClock(); in createAnimator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerTest.java175 assertEquals(mClockController, mController.getClock()); in testGetClock_ForwardsToClock()
204 when(mClockEventController.getClock()).thenReturn(null); in testGetClockBottom_nullClock_returnsZero()
249 when(mClockEventController.getClock()).thenReturn(null); in testGetClock_nullClock_returnsNull()
250 assertNull(mController.getClock()); in testGetClock_nullClock_returnsNull()
H A DKeyguardStatusViewControllerTest.java79 when(mKeyguardClockSwitchController.getClock()).thenReturn(mockClock); in updatePosition_primaryClockAnimation()
94 when(mKeyguardClockSwitchController.getClock()).thenReturn(mockClock); in updatePosition_alternateClockAnimation()
H A DKeyguardClockSwitchControllerBaseTest.java196 when(mClockEventController.getClock()).thenReturn(mClockController); in setup()
/aosp14/frameworks/base/location/java/android/location/
H A DGnssMeasurementsEvent.java146 public GnssClock getClock() { in getClock() method in GnssMeasurementsEvent
260 mClock = event.getClock(); in Builder()
H A DGpsMeasurementsEvent.java97 public GpsClock getClock() { in getClock() method in GpsMeasurementsEvent
/aosp14/frameworks/base/services/incremental/
H A DServiceWrappers.h194 virtual std::unique_ptr<ClockWrapper> getClock() = 0;
212 std::unique_ptr<ClockWrapper> getClock() final;
H A DServiceWrappers.cpp439 std::unique_ptr<ClockWrapper> RealServiceManager::getClock() { in getClock() function in android::incremental::RealServiceManager
H A DIncrementalService.cpp359 mClock(sm.getClock()), in IncrementalService()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DRadioMetadataTest.java218 RadioMetadata.Clock clockExpected = metadata.getClock(key); in getClock_withKeyInMetadata()
234 .that(metadata.getClock(key)).isNull(); in getClock_withKeyNotInMetadata()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMultipathPolicyTracker.java125 public Clock getClock() { in getClock() method in MultipathPolicyTracker.Dependencies
139 mClock = deps.getClock(); in MultipathPolicyTracker()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DHighBrightnessModeController.java131 mClock = injector.getClock(); in HighBrightnessModeController()
678 public Clock getClock() { in getClock() method in HighBrightnessModeController.Injector
H A DDisplayPowerController2.java483 mClock = mInjector.getClock(); in DisplayPowerController2()
2881 Clock getClock() { in getClock() method in Injector
H A DDisplayPowerController.java596 mClock = mInjector.getClock(); in DisplayPowerController()
3516 Clock getClock() {
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioMetadata.java419 public Clock getClock(String key) { in getClock() method in RadioMetadata
/aosp14/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp628 void start() { ON_CALL(*this, now()).WillByDefault(Invoke(this, &MockClockWrapper::getClock)); } in start()
637 TimePoint getClock() const { return mClock; } in getClock() function in android::os::incremental::MockClockWrapper
713 std::unique_ptr<ClockWrapper> getClock() final { return std::move(mClock); } in getClock() function in android::os::incremental::MockServiceManager
2276 const auto now = mClock->getClock(); in TEST_F()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DHighBrightnessModeControllerTest.java738 when(mInjectorMock.getClock()).thenReturn(mClock::now); in initHandler()
H A DDisplayPowerControllerTest.java1290 DisplayPowerController.Clock getClock() { in getClock() method in DisplayPowerControllerTest.TestInjector
H A DDisplayPowerController2Test.java1296 DisplayPowerController2.Clock getClock() { in getClock() method in DisplayPowerController2Test.TestInjector
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5815 method public android.hardware.radio.RadioMetadata.Clock getClock(String);
6524 method @Deprecated @NonNull public android.location.GpsClock getClock();
H A Dcurrent.txt20617 method @NonNull public android.location.GnssClock getClock();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...