Searched refs:inactivityTimer (Results 1 - 2 of 2) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DInactivityTimer.java39 private final ScheduledExecutorService inactivityTimer = field in class:InactivityTimer
52 if (!inactivityTimer.isShutdown()) {
54 inactivityFuture = inactivityTimer.schedule(new FinishListener(activity),
84 inactivityTimer.shutdown();
H A DCaptureActivity.java63 private InactivityTimer inactivityTimer; field in class:CaptureActivity
88 inactivityTimer = new InactivityTimer(this);
137 inactivityTimer.onResume();
146 inactivityTimer.onPause();
158 inactivityTimer.shutdown();
201 inactivityTimer.onActivity();

Completed in 83 milliseconds