public void noteScreenOn() {
   enforceCallingPermission();
   synchronized (mStats) {
     mStats.noteScreenOnLocked();
   }
 }