public void noteStartVideo(int uid) {
   enforceCallingPermission();
   synchronized (mStats) {
     mStats.noteVideoOnLocked(uid);
   }
 }