Home
last modified time | relevance | path

Searched refs:InactivityTimer (Results 1 – 2 of 2) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DInactivityTimer.java35 final class InactivityTimer { class
45 InactivityTimer(Activity activity) { in InactivityTimer() method in InactivityTimer
103 InactivityTimer.this.cancel(); in onReceive()
DCaptureActivity.java63 private InactivityTimer inactivityTimer;
88 inactivityTimer = new InactivityTimer(this); in onCreate()