/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchController.java | 418 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 D | KeyguardStatusViewController.java | 301 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 D | KeyguardClockSwitchControllerTest.java | 175 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 D | KeyguardStatusViewControllerTest.java | 79 when(mKeyguardClockSwitchController.getClock()).thenReturn(mockClock); in updatePosition_primaryClockAnimation() 94 when(mKeyguardClockSwitchController.getClock()).thenReturn(mockClock); in updatePosition_alternateClockAnimation()
|
H A D | KeyguardClockSwitchControllerBaseTest.java | 196 when(mClockEventController.getClock()).thenReturn(mClockController); in setup()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | GnssMeasurementsEvent.java | 146 public GnssClock getClock() { in getClock() method in GnssMeasurementsEvent 260 mClock = event.getClock(); in Builder()
|
H A D | GpsMeasurementsEvent.java | 97 public GpsClock getClock() { in getClock() method in GpsMeasurementsEvent
|
/aosp14/frameworks/base/services/incremental/ |
H A D | ServiceWrappers.h | 194 virtual std::unique_ptr<ClockWrapper> getClock() = 0; 212 std::unique_ptr<ClockWrapper> getClock() final;
|
H A D | ServiceWrappers.cpp | 439 std::unique_ptr<ClockWrapper> RealServiceManager::getClock() { in getClock() function in android::incremental::RealServiceManager
|
H A D | IncrementalService.cpp | 359 mClock(sm.getClock()), in IncrementalService()
|
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/ |
H A D | RadioMetadataTest.java | 218 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 D | MultipathPolicyTracker.java | 125 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 D | HighBrightnessModeController.java | 131 mClock = injector.getClock(); in HighBrightnessModeController() 678 public Clock getClock() { in getClock() method in HighBrightnessModeController.Injector
|
H A D | DisplayPowerController2.java | 483 mClock = mInjector.getClock(); in DisplayPowerController2() 2881 Clock getClock() { in getClock() method in Injector
|
H A D | DisplayPowerController.java | 596 mClock = mInjector.getClock(); in DisplayPowerController() 3516 Clock getClock() {
|
/aosp14/frameworks/base/core/java/android/hardware/radio/ |
H A D | RadioMetadata.java | 419 public Clock getClock(String key) { in getClock() method in RadioMetadata
|
/aosp14/frameworks/base/services/incremental/test/ |
H A D | IncrementalServiceTest.cpp | 628 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 D | HighBrightnessModeControllerTest.java | 738 when(mInjectorMock.getClock()).thenReturn(mClock::now); in initHandler()
|
H A D | DisplayPowerControllerTest.java | 1290 DisplayPowerController.Clock getClock() { in getClock() method in DisplayPowerControllerTest.TestInjector
|
H A D | DisplayPowerController2Test.java | 1296 DisplayPowerController2.Clock getClock() { in getClock() method in DisplayPowerController2Test.TestInjector
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 5815 method public android.hardware.radio.RadioMetadata.Clock getClock(String); 6524 method @Deprecated @NonNull public android.location.GpsClock getClock();
|
H A D | current.txt | 20617 method @NonNull public android.location.GnssClock getClock();
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |