public void noteScreenOff() {
   enforceCallingPermission();
   synchronized (mStats) {
     mStats.noteScreenOffLocked();
   }
 }