(int awayType)
| 102 | } |
| 103 | |
| 104 | public void userActivity(int awayType) { |
| 105 | if (Config.autoAwayType==Config.AWAY_OFF) { |
| 106 | return; |
| 107 | } |
| 108 | |
| 109 | if (Config.autoAwayType == awayType) { |
| 110 | reset(); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | public void appLocked() { |
| 115 | if (Config.autoAwayType == Config.AWAY_LOCK) { |
no test coverage detected