HomeSort by relevance Sort by last modified time
    Searched refs:InactivityTimer (Results 1 - 3 of 3) 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();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 191 milliseconds