Searched refs:mTimer (Results 1 - 20 of 20) sorted by relevance

/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DRSoVTestCore.java48 private Timer mTimer; field in class:RSoVTestCore
91 mTimer = new Timer();
92 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
122 if (mTimer != null) {
123 mTimer.cancel();
124 mTimer.purge();
125 mTimer = null;
140 if (mTimer != null) {
141 mTimer.cancel();
142 mTimer
[all...]
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java53 private Timer mTimer; field in class:RSTestCore
113 mTimer = new Timer();
114 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
139 if (mTimer != null) {
140 mTimer.cancel();
141 mTimer.purge();
142 mTimer = null;
164 if (mTimer != null) {
165 mTimer.cancel();
166 mTimer
[all...]
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java53 private Timer mTimer; field in class:RSTestCore
117 mTimer = new Timer();
118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
143 if (mTimer != null) {
144 mTimer.cancel();
145 mTimer.purge();
146 mTimer = null;
168 if (mTimer != null) {
169 mTimer.cancel();
170 mTimer
[all...]
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java53 private Timer mTimer; field in class:RSTestCore
117 mTimer = new Timer();
118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
143 if (mTimer != null) {
144 mTimer.cancel();
145 mTimer.purge();
146 mTimer = null;
168 if (mTimer != null) {
169 mTimer.cancel();
170 mTimer
[all...]
/frameworks/support/wear/src/android/support/wear/widget/
H A DCircularProgressLayoutController.java29 @VisibleForTesting CountDownTimer mTimer; field in class:CircularProgressLayoutController
89 mTimer = new CircularProgressTimer(totalTime, updateInterval);
90 mTimer.start();
95 mTimer.cancel();
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java50 private Timer mTimer; field in class:RSTestCore
133 mTimer = new Timer();
134 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
166 if (mTimer != null) {
167 mTimer.cancel();
168 mTimer.purge();
169 mTimer = null;
184 if (mTimer != null) {
185 mTimer.cancel();
186 mTimer
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java56 protected Timer mTimer; field in class:LocationBasedCountryDetector
199 mTimer = new Timer();
200 mTimer.schedule(new TimerTask() {
203 mTimer = null;
228 if (mTimer != null) {
229 mTimer.cancel();
230 mTimer = null;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java47 private CountDownTimer mTimer; field in class:FullscreenUserSwitcher
137 mTimer = new CountDownTimer(mLoginTimeoutMs, mAnimUpdateIntervalMs) {
150 mTimer.start();
161 if (mTimer != null) {
162 mTimer.cancel();
163 mTimer = null;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java39 private StopWatchMap mTimer = null; field in class:SyncRunner
76 mTimer = new StopWatchMap();
211 mTimer.start(filter.getName());
213 mTimer.stop(filter.getName());
H A DShaderProgram.java41 private StopWatchMap mTimer = null; field in class:ShaderProgram
44 mTimer = new StopWatchMap();
89 if (mTimer.LOG_MFF_RUNNING_TIMES) {
90 mTimer.start("glFinish");
92 mTimer.stop("glFinish");
126 if (mTimer.LOG_MFF_RUNNING_TIMES) {
H A DGLFrame.java33 private static StopWatchMap mTimer = null; field in class:GLFrameTimer
36 if (mTimer == null) {
37 mTimer = new StopWatchMap();
39 return mTimer;
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMainActivity.java49 private Timer mTimer; field in class:MainActivity
64 mTimer = new Timer();
66 mTimer.scheduleAtFixedRate(new TimerTask() {
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMainActivity.java43 private Timer mTimer; field in class:MainActivity
77 mTimer = new Timer();
79 mTimer.scheduleAtFixedRate(new TimerTask() {
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java88 private Timer mTimer; field in class:RgbPlayerActivity.RgbView
151 mTimer = new Timer();
164 mTimer.scheduleAtFixedRate(mImageTask, 0, 1000 / mFrameRate);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java75 private SipWakeupTimer mTimer; field in class:SipService
126 mTimer = new SipWakeupTimer(context, mExecutor);
492 localProfile.getPassword(), mTimer, mMyWakeLock);
694 mTimer.cancel(this);
774 mTimer.cancel(this);
781 mTimer.cancel(this);
782 mTimer.set(interval * 1000, this);
924 mTimer.cancel(this);
1005 mTimer.cancel(this);
1006 mTimer
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java681 private int mTimer; field in class:DhcpClient.PacketRetransmittingState
723 mTimer = FIRST_TIMEOUT_MS;
734 long timeout = jitterTimer(mTimer);
737 mTimer *= 2;
738 if (mTimer > MAX_TIMEOUT_MS) {
739 mTimer = MAX_TIMEOUT_MS;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java147 return mTimer;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1718 private long mTimer = -1; field in class:Vpn.LegacyVpnRunner
1822 if (mTimer == -1) {
1823 mTimer = now;
1825 } else if (now - mTimer <= 60000) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7741 DualTimer mTimer; field in class:BatteryStatsImpl.Uid.Sensor
7764 if (mTimer.reset(true)) {
7765 mTimer = null;
7772 mTimer = readTimersFromParcel(timeBase, bgTimeBase, in);
7776 Timer.writeTimerToParcel(out, mTimer, elapsedRealtimeUs);
7781 return mTimer;
7786 if (mTimer == null) {
7789 return mTimer.getSubTimer();
8647 DualTimer t = se.mTimer;
8658 se.mTimer
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java3863 final BatteryStats.Timer mTimer; field in class:BatteryStats.TimerEntry
3868 mTimer = timer;
4653 linePrefix = printWakeLock(sb, timer.mTimer, rawRealtime, null,
4675 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": ");
4700 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": ");

Completed in 1296 milliseconds