Searched refs:updateTime (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsStopwatchTimerTest.java43 timer.startRunningLocked(updateTime(clocks, 100)); // start
46 timer.startRunningLocked(updateTime(clocks, 110)); // start
48 timer.stopRunningLocked(updateTime(clocks, 120)); // stop
50 timer.stopRunningLocked(updateTime(clocks, 130)); // stop
54 timer.startRunningLocked(updateTime(clocks, 200)); // start
55 timer.stopRunningLocked(updateTime(clocks, 200)); // stop
59 timer.startRunningLocked(updateTime(clocks, 300)); // start
60 updateTime(clocks, 310);
65 timer.stopRunningLocked(updateTime(clocks, 350)); // stop
70 timer.startRunningLocked(updateTime(clock
143 private static long updateTime(MockClocks clocks, long time) { method in class:BatteryStatsStopwatchTimerTest
[all...]
/frameworks/support/media-compat/api22/android/support/v4/media/session/
H A DPlaybackStateCompatApi22.java32 float speed, long actions, CharSequence errorMessage, long updateTime,
36 stateObj.setState(state, position, speed, updateTime);
31 newInstance(int state, long position, long bufferedPosition, float speed, long actions, CharSequence errorMessage, long updateTime, List<Object> customActions, long activeItemId, Bundle extras) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRilWakelockInfo.java81 updateTime(responseTime);
87 updateTime(time);
91 synchronized void updateTime(long time) { method in class:RilWakelockInfo
H A DClientWakelockAccountant.java95 wlInfo.updateTime(uptime);
/frameworks/base/services/core/java/com/android/server/location/
H A DMockProvider.java123 public void setStatus(int status, Bundle extras, long updateTime) { argument
125 mStatusUpdateTime = updateTime;
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DPlaybackStateCompatApi21.java64 float speed, long actions, CharSequence errorMessage, long updateTime,
68 stateObj.setState(state, position, speed, updateTime);
63 newInstance(int state, long position, long bufferedPosition, float speed, long actions, CharSequence errorMessage, long updateTime, List<Object> customActions, long activeItemId) argument
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java295 private PlaybackState(int state, long position, long updateTime, float speed, argument
302 mUpdateTime = updateTime;
892 * @param updateTime The time in the {@link SystemClock#elapsedRealtime}
897 long updateTime) {
900 mUpdateTime = updateTime;
896 setState(@tate int state, long position, float playbackSpeed, long updateTime) argument
/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java185 public void updateTime(int hourOfDay, int minuteOfHour) { method in class:TimePickerDialog
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java531 float rate, long actions, int errorCode, CharSequence errorMessage, long updateTime,
541 mUpdateTime = updateTime;
1167 * @param updateTime The time in the {@link SystemClock#elapsedRealtime}
1172 long updateTime) {
1175 mUpdateTime = updateTime;
530 PlaybackStateCompat(int state, long position, long bufferedPosition, float rate, long actions, int errorCode, CharSequence errorMessage, long updateTime, List<PlaybackStateCompat.CustomAction> customActions, long activeItemId, Bundle extras) argument
1171 setState(@tate int state, long position, float playbackSpeed, long updateTime) argument
H A DMediaSessionCompat.java838 long updateTime = state.getLastPositionUpdateTime();
839 if (updateTime > 0) {
841 long position = (long) (state.getPlaybackSpeed() * (currentTime - updateTime))
3054 long updateTime = state.getLastPositionUpdateTime();
3058 if (updateTime > 0) {
3059 diff = currTime - updateTime;
/frameworks/base/location/java/android/location/
H A DILocationManager.aidl97 void setTestProviderStatus(String provider, int status, in Bundle extras, long updateTime,
H A DLocationManager.java1360 * @param updateTime the mock update time
1367 public void setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) { argument
1369 mService.setTestProviderStatus(provider, status, extras, updateTime,
/frameworks/native/libs/input/
H A DVelocityTracker.cpp745 state.updateTime = eventTime;
761 if (eventTime <= state.updateTime + MIN_TIME_DELTA) {
765 float dt = (eventTime - state.updateTime) * 0.000000001f;
766 state.updateTime = eventTime;
800 outEstimator->time = state.updateTime;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java221 if (config.updateTime != null) {
222 out.writeUTF(UPDATE_TIME_KEY + SEPARATOR + config.updateTime + NL);
422 config.updateTime = value;
H A DWifiConfigManager.java380 * Construct the string to be put in the |creationTime| & |updateTime| elements of
896 newInternalConfig.creationTime = newInternalConfig.updateTime =
921 newInternalConfig.updateTime = createDebugTimeStampString(mClock.getWallClockMillis());
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DWebViewUpdateServiceTest.java183 boolean installed, Signature[] signatures, long updateTime) {
186 p.lastUpdateTime = updateTime;
191 boolean installed, Signature[] signatures, long updateTime, boolean hidden) {
193 createPackageInfo(packageName, enabled, valid, installed, signatures, updateTime);
203 boolean installed, Signature[] signatures, long updateTime, boolean hidden,
206 updateTime, hidden);
298 , 0 /* updateTime */));
301 , 0 /* updateTime */));
664 installed /* installed */, null /* signature */, 0 /* updateTime */,
806 0 /* updateTime */));
182 createPackageInfo(String packageName, boolean enabled, boolean valid, boolean installed, Signature[] signatures, long updateTime) argument
190 createPackageInfo(String packageName, boolean enabled, boolean valid, boolean installed, Signature[] signatures, long updateTime, boolean hidden) argument
202 createPackageInfo(String packageName, boolean enabled, boolean valid, boolean installed, Signature[] signatures, long updateTime, boolean hidden, int versionCode, boolean isSystemApp) argument
[all...]
/frameworks/native/include/input/
H A DVelocityTracker.h212 nsecs_t updateTime; member in struct:android::IntegratingVelocityTrackerStrategy::State
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationTestUtil.java475 assertEquals(expected.updateTime, actual.updateTime);
501 assertEquals(expected.updateTime, actual.updateTime);
H A DWifiConfigManagerTest.java1002 originalNetwork.updateTime = network.updateTime;
3327 configuration.creationTime = configuration.updateTime =
3339 configuration.updateTime =
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java620 public String updateTime; field in class:WifiConfiguration
1517 if (this.updateTime != null) {
1518 sbuf.append("update ").append(this.updateTime).append("\n");
2011 updateTime = source.updateTime;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java669 long updateTime = state.getLastPositionUpdateTime();
671 if (updateTime > 0) {
673 * (currentTime - updateTime)) + state.getPosition();
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2998 public void setTestProviderStatus(String provider, int status, Bundle extras, long updateTime, argument
3009 mockProvider.setStatus(status, extras, updateTime);

Completed in 3599 milliseconds