Searched refs:InactivityTimer (Results 1 – 2 of 2) sorted by relevance
35 final class InactivityTimer { class45 InactivityTimer(Activity activity) { in InactivityTimer() method in InactivityTimer103 InactivityTimer.this.cancel(); in onReceive()
63 private InactivityTimer inactivityTimer;88 inactivityTimer = new InactivityTimer(this); in onCreate()