/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsStopwatchTimerTest.java | 45 timer.startRunningLocked(updateTime(clocks, 100)); // start in testCount() 50 timer.stopRunningLocked(updateTime(clocks, 120)); // stop in testCount() 52 timer.stopRunningLocked(updateTime(clocks, 130)); // stop in testCount() 57 timer.stopRunningLocked(updateTime(clocks, 200)); // stop in testCount() 62 updateTime(clocks, 310); in testCount() 67 timer.stopRunningLocked(updateTime(clocks, 350)); // stop in testCount() 82 updateTime(clocks, 2000); in testCount() 104 updateTime(clocks, 2310); in testCount() 123 updateTime(clocks, 3000); in testCount() 129 updateTime(clocks, 3200); in testCount() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | BatteryController.java | 379 final long updateTime = SystemClock.uptimeMillis(); in handleMonitorTimeout() local 380 monitor.onTimeout(updateTime); in handleMonitorTimeout() 411 final long updateTime = SystemClock.uptimeMillis(); in getBatteryState() local 418 monitor.onPoll(updateTime); in getBatteryState() 527 updateTime, in queryBatteryStateFromNative() 1042 initialize(deviceId, updateTime, isPresent, status, capacity); in State() 1064 this.updateTime = updateTime; in initialize() 1071 long updateTime = this.updateTime; in equalsIgnoringUpdateTime() local 1072 this.updateTime = other.updateTime; in equalsIgnoringUpdateTime() 1074 this.updateTime = updateTime; in equalsIgnoringUpdateTime() [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | IInputDeviceBatteryState.aidl | 29 long updateTime;
|
H A D | InputManagerGlobal.java | 609 mListener.onBatteryStateChanged(state.deviceId, state.updateTime, in notifyBatteryStateChanged()
|
/aosp14/frameworks/base/media/java/android/media/session/ |
H A D | PlaybackState.java | 304 private PlaybackState(int state, long position, long updateTime, float speed, in PlaybackState() argument 311 mUpdateTime = updateTime; in PlaybackState() 815 long updateTime) { in setState() argument 818 mUpdateTime = updateTime; in setState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/ |
H A D | SeekBarViewModel.kt | 64 val updateTime = this.getLastPositionUpdateTime() regex 66 if (updateTime > 0) { 68 (this.playbackSpeed * (currentTime - updateTime)).toLong() + this.getPosition()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinator.kt | 598 val updateTime = mEntriesUpdateTimes[entry.key] ?: return false regex 599 return (mSystemClock.currentTimeMillis() - updateTime) <= MAX_RANKING_UPDATE_DELAY_MS 620 for ((key, updateTime) in mEntriesUpdateTimes) { 621 if (updateTime == null || timeThreshold > updateTime) {
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
H A D | WebViewUpdateServiceTest.java | 179 boolean installed, Signature[] signatures, long updateTime) { in createPackageInfo() argument 182 p.lastUpdateTime = updateTime; in createPackageInfo() 187 boolean installed, Signature[] signatures, long updateTime, boolean hidden) { in createPackageInfo() argument 189 createPackageInfo(packageName, enabled, valid, installed, signatures, updateTime); in createPackageInfo() 199 boolean installed, Signature[] signatures, long updateTime, boolean hidden, in createPackageInfo() argument 202 updateTime, hidden); in createPackageInfo()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | TimePickerDialog.java | 190 public void updateTime(int hourOfDay, int minuteOfHour) { in updateTime() method in TimePickerDialog
|
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/ |
H A D | InputDeviceBatteryListenerTest.kt | 127 this.updateTime = eventTime
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaCarouselController.kt | 1272 val updateTime: Long = 0, 1289 .thenByDescending { it.updateTime }
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaSessionRecord.java | 914 long updateTime = state.getLastPositionUpdateTime(); in getStateWithUpdatedPosition() local 916 if (updateTime > 0) { in getStateWithUpdatedPosition() 918 * (currentTime - updateTime)) + state.getPosition(); in getStateWithUpdatedPosition()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | BatteryControllerTests.kt | 126 batteryStateMatchers.add(memberMatcher("updateTime", { it.updateTime }, equalTo(eventTime)))
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | LocationManager.java | 2232 @NonNull String provider, int status, @Nullable Bundle extras, long updateTime) {} in setTestProviderStatus() argument
|
/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 ... |
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 27921 HSPLjava/util/Calendar;->updateTime()V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 7352 method public void updateTime(int, int);
|