OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inactivityTimer
(Results
1 - 2
of
2
) sorted by null
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
InactivityTimer.java
35
final class
InactivityTimer
{
39
private final ScheduledExecutorService
inactivityTimer
=
45
InactivityTimer
(Activity activity) {
52
if (!
inactivityTimer
.isShutdown()) {
54
inactivityFuture =
inactivityTimer
.schedule(new FinishListener(activity),
84
inactivityTimer
.shutdown();
103
InactivityTimer
.this.cancel();
CaptureActivity.java
63
private
InactivityTimer
inactivityTimer
;
88
inactivityTimer
= new
InactivityTimer
(this);
137
inactivityTimer
.onResume();
146
inactivityTimer
.onPause();
158
inactivityTimer
.shutdown();
201
inactivityTimer
.onActivity();
Completed in 29 milliseconds